OBJECT
AnswersAssistanceSettings
Answers assistance settings
link GraphQL Schema definition
- type AnswersAssistanceSettings {
- # Set to true if the autocomplete is enabled for canned answers as the operator
- # types
- Boolean! :
- # Set to true is smart answers are enabled for this project
- Boolean! :
- # Set to true to automatically send a message on conversation starts
- Boolean! :
- # A list of translations for the start message
- MessageTranslation!]! : [
- # Set to true to automatically send a message when the conversation ends
- Boolean! :
- # A list of translations for the end message
- MessageTranslation!]! : [
- # Set to true to automatically send a message on video conversation starts
- Boolean! :
- # A list of translations for the start message visio
- MessageTranslation!]! : [
- # Set to true to automatically send a message when the video conversation ends
- Boolean! :
- # A list of translations for the end message visio
- MessageTranslation!]! : [
- # Defines the order canned answers are displayed in the desktop conversation panel
- CannedAnswersSortingOrder! :
- # Defines the order canned answer categories are displayed in the desktop
- # conversation panel
- CannedAnswersCategorySortingOrder! :
- }