OBJECT

ConnectorConversationClosingFormValue

Conversation closing form value type

link GraphQL Schema definition

  • type ConnectorConversationClosingFormValue {
  • # The id of the conversation
  • conversationId: LegacyId!
  • # The field name in the form
  • fieldId: String!
  • # The field value in the form
  • value: String!
  • # The connector version this closing form value belongs to
  • connectorVersion: ConnectorVersion
  • }

link Require by