ConversationCallingOptions interface
The option to set to call a Conversation project.
Properties
| is |
If true, the query will be saved for customers to further review in authoring, to improve the model quality. |
| language | The language of the query in BCP 47 language representation.. |
| verbose | If true, the service will return more detailed information. |
Property Details
isLoggingEnabled
If true, the query will be saved for customers to further review in authoring, to improve the model quality.
isLoggingEnabled?: boolean
Property Value
boolean
language
The language of the query in BCP 47 language representation..
language?: string
Property Value
string
verbose
If true, the service will return more detailed information.
verbose?: boolean
Property Value
boolean