Share via


ConversationLanguageUnderstandingActionContent Class

Definition

Input parameters necessary for a Conversation task.

public class ConversationLanguageUnderstandingActionContent : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Models.ConversationLanguageUnderstandingActionContent>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Models.ConversationLanguageUnderstandingActionContent>
type ConversationLanguageUnderstandingActionContent = class
    interface IJsonModel<ConversationLanguageUnderstandingActionContent>
    interface IPersistableModel<ConversationLanguageUnderstandingActionContent>
Public Class ConversationLanguageUnderstandingActionContent
Implements IJsonModel(Of ConversationLanguageUnderstandingActionContent), IPersistableModel(Of ConversationLanguageUnderstandingActionContent)
Inheritance
ConversationLanguageUnderstandingActionContent
Implements

Constructors

ConversationLanguageUnderstandingActionContent(String, String)

Initializes a new instance of ConversationLanguageUnderstandingActionContent.

Properties

DeploymentName

The name of the deployment to use.

DirectTarget

The name of a target project to forward the request to.

IsLoggingEnabled

If true, the service will keep the query for further review.

ProjectName

The name of the project to use.

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.

TargetProjectParameters

A dictionary representing the parameters for each target project. Please note AnalysisConfig is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ConversationConfig, LuisConfig and QuestionAnsweringConfig.

Verbose

If true, the service will return more detailed information in the response.

Explicit Interface Implementations

IJsonModel<ConversationLanguageUnderstandingActionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ConversationLanguageUnderstandingActionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConversationLanguageUnderstandingActionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationLanguageUnderstandingActionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ConversationLanguageUnderstandingActionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to