ConversationParameters interface
This is a set of request parameters for Customized Conversation projects.
- Extends
Properties
| calling |
The option to set to call a Conversation project. |
| target |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
| api |
The API version to use when call a specific target service. |
Property Details
callingOptions
The option to set to call a Conversation project.
callingOptions?: ConversationCallingOptions
Property Value
targetProjectKind
Polymorphic discriminator, which specifies the different types this object can be
targetProjectKind: "Conversation"
Property Value
"Conversation"
Inherited Property Details
apiVersion
The API version to use when call a specific target service.
apiVersion?: string
Property Value
string
Inherited From AnalysisParameters.apiVersion