IAlexaChannel.ServiceEndpointUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Full Uri used to configured the skill in Alexa
[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Full Uri used to configured the skill in Alexa", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="serviceEndpointUri")]
public string ServiceEndpointUri { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Full Uri used to configured the skill in Alexa", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="serviceEndpointUri")>]
member this.ServiceEndpointUri : string
Public ReadOnly Property ServiceEndpointUri As String
Property Value
- Attributes