Share via


AIConversationLanguageUnderstandingActionContent Class

Definition

Input parameters base for a Conversation task.

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

Constructors

AIConversationLanguageUnderstandingActionContent(String, String)

Initializes a new instance of AIConversationLanguageUnderstandingActionContent.

Properties

DeploymentName

The name of the deployment to use.

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AIConversationLanguageUnderstandingActionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AIConversationLanguageUnderstandingActionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AIConversationLanguageUnderstandingActionContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AIConversationLanguageUnderstandingActionContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AIConversationLanguageUnderstandingActionContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to