Sdílet prostřednictvím


TelephonyChannelProperties Class

Definition

The parameters to provide for the Direct Line channel.

public class TelephonyChannelProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.BotService.Models.TelephonyChannelProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.BotService.Models.TelephonyChannelProperties>
public class TelephonyChannelProperties
type TelephonyChannelProperties = class
    interface IJsonModel<TelephonyChannelProperties>
    interface IPersistableModel<TelephonyChannelProperties>
type TelephonyChannelProperties = class
Public Class TelephonyChannelProperties
Implements IJsonModel(Of TelephonyChannelProperties), IPersistableModel(Of TelephonyChannelProperties)
Public Class TelephonyChannelProperties
Inheritance
TelephonyChannelProperties
Implements

Constructors

TelephonyChannelProperties()

Initializes a new instance of TelephonyChannelProperties.

Properties

ApiConfigurations

The list of Telephony api configuration.

CognitiveServiceRegion

The extensionKey2.

CognitiveServiceSubscriptionKey

The extensionKey1.

DefaultLocale

The default locale of the channel.

IsEnabled

Whether the channel is enabled.

PhoneNumbers

The list of Telephony phone numbers.

PremiumSku

The premium SKU applied to the channel.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TelephonyChannelProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TelephonyChannelProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TelephonyChannelProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TelephonyChannelProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TelephonyChannelProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to