다음을 통해 공유


ConversationItemRange Class

Definition

The ranges of conversation items where this intent was identified.

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

Properties

Count

The number of continuous conversation items for this intent.

Offset

The starting index of the intent occurrence within the conversation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConversationItemRange>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConversationItemRange>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConversationItemRange>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationItemRange>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConversationItemRange>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to