次の方法で共有


AnalyzeConversationOperationState Class

Definition

Contains the status of the submitted job for analyzing a conversation, along with related statistics.

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

Properties

Actions

Contains the state for the tasks that are being executed as part of the submitted job for analyzing a conversation.

CreatedDateTime

Date and time job created.

DisplayName

display name.

Errors

errors.

ExpirationDateTime

Date and time job expires.

JobId

job ID.

LastUpdatedDateTime

last updated date and time.

NextLink

next link.

Statistics

Contains the statistics for the submitted job.

Status

status.

Explicit Interface Implementations

IJsonModel<AnalyzeConversationOperationState>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AnalyzeConversationOperationState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AnalyzeConversationOperationState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AnalyzeConversationOperationState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AnalyzeConversationOperationState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to