Skip to main content

Chat_ChannelInteractionEmbeddedWebviewConfig

No description

type Chat_ChannelInteractionEmbeddedWebviewConfig implements Chat_ChannelInteractionConfigInterface {
type: Chat_ChannelInteractionType!
enabled: Boolean!
viewId: String!
title: String!
url: String!
}

Fields

Chat_ChannelInteractionEmbeddedWebviewConfig.type ● Chat_ChannelInteractionType! non-null enum

Chat_ChannelInteractionEmbeddedWebviewConfig.enabled ● Boolean! non-null scalar

Chat_ChannelInteractionEmbeddedWebviewConfig.viewId ● String! non-null scalar

Chat_ChannelInteractionEmbeddedWebviewConfig.title ● String! non-null scalar

Chat_ChannelInteractionEmbeddedWebviewConfig.url ● String! non-null scalar

Interfaces

Chat_ChannelInteractionConfigInterface interface

Implemented By

Chat_ChannelInteractionConfigUnion union