OBJECT
ConnectorConversationClosingFormValue
Conversation closing form value type
link GraphQL Schema definition
- type ConnectorConversationClosingFormValue {
- # The id of the conversation
- : LegacyId!
- # The field name in the form
- : String!
- # The field value in the form
- : String!
- # The connector version this closing form value belongs to
- : ConnectorVersion
- }