ConversationCallingConfig Class

Definition

The option to set to call a Conversation project.

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

Constructors

ConversationCallingConfig()

Initializes a new instance of ConversationCallingConfig.

Properties

IsLoggingEnabled

If true, the query will be saved for customers to further review in authoring, to improve the model quality.

Language

The language of the query in BCP 47 language representation.

Verbose

If true, the service will return more detailed information.

Explicit Interface Implementations

IJsonModel<ConversationCallingConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConversationCallingConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConversationCallingConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConversationCallingConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConversationCallingConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to