Share via


ConversationParameters interface

This is a set of request parameters for Customized Conversation projects.

Extends

Properties

callingOptions

The option to set to call a Conversation project.

targetProjectKind

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

apiVersion

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