Share via


ArmBotServiceModelFactory.AlexaChannelProperties Method

Definition

Initializes a new instance of AlexaChannelProperties.

public static Azure.ResourceManager.BotService.Models.AlexaChannelProperties AlexaChannelProperties (string alexaSkillId = default, string uriFragment = default, Uri serviceEndpointUri = default, bool isEnabled = false);
static member AlexaChannelProperties : string * string * Uri * bool -> Azure.ResourceManager.BotService.Models.AlexaChannelProperties
Public Shared Function AlexaChannelProperties (Optional alexaSkillId As String = Nothing, Optional uriFragment As String = Nothing, Optional serviceEndpointUri As Uri = Nothing, Optional isEnabled As Boolean = false) As AlexaChannelProperties

Parameters

alexaSkillId
String

The Alexa skill Id.

uriFragment
String

Url fragment used in part of the Uri configured in Alexa.

serviceEndpointUri
Uri

Full Uri used to configured the skill in Alexa.

isEnabled
Boolean

Whether this channel is enabled for the bot.

Returns

A new AlexaChannelProperties instance for mocking.

Applies to