IAlexaChannel.ServiceEndpointUri Property

Definition

Full Uri used to configured the skill in Alexa

[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Create=false, Description="Full Uri used to configured the skill in Alexa", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="serviceEndpointUri", Update=false)]
public string ServiceEndpointUri { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Create=false, Description="Full Uri used to configured the skill in Alexa", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="serviceEndpointUri", Update=false)>]
member this.ServiceEndpointUri : string
Public ReadOnly Property ServiceEndpointUri As String

Property Value

Attributes

Applies to