다음을 통해 공유


AlexaChannelProperties Class

Definition

The parameters to provide for the Alexa channel.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.AlexaChannelPropertiesTypeConverter))]
public class AlexaChannelProperties : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IAlexaChannelProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.AlexaChannelPropertiesTypeConverter))>]
type AlexaChannelProperties = class
    interface IAlexaChannelProperties
    interface IJsonSerializable
Public Class AlexaChannelProperties
Implements IAlexaChannelProperties
Inheritance
AlexaChannelProperties
Attributes
Implements

Constructors

AlexaChannelProperties()

Creates an new AlexaChannelProperties instance.

Properties

AlexaSkillId

The Alexa skill Id

IsEnabled

Whether this channel is enabled for the bot

ServiceEndpointUri

Full Uri used to configured the skill in Alexa

UrlFragment

Url fragment used in part of the Uri configured in Alexa

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AlexaChannelProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AlexaChannelProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IAlexaChannelProperties.

FromJsonString(String)

Creates a new instance of AlexaChannelProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AlexaChannelProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to