ConversationTaskParameters interface
Input parameters necessary for a Conversation task.
Properties
| deployment |
The name of the deployment to use. |
| direct |
The name of a target project to forward the request to. |
| is |
If true, the service will keep the query for further review. |
| project |
The name of the project to use. |
| string |
Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets. |
| target |
A dictionary representing the parameters for each target project. |
| verbose | If true, the service will return more detailed information in the response. |
Property Details
deploymentName
The name of the deployment to use.
deploymentName: string
Property Value
string
directTarget
The name of a target project to forward the request to.
directTarget?: string
Property Value
string
isLoggingEnabled
If true, the service will keep the query for further review.
isLoggingEnabled?: boolean
Property Value
boolean
projectName
The name of the project to use.
projectName: string
Property Value
string
stringIndexType
Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets.
stringIndexType?: string
Property Value
string
targetProjectParameters
A dictionary representing the parameters for each target project.
targetProjectParameters?: {[propertyName: string]: AnalysisParametersUnion}
Property Value
{[propertyName: string]: AnalysisParametersUnion}
verbose
If true, the service will return more detailed information in the response.
verbose?: boolean
Property Value
boolean