IAlexaChannel.UrlFragment 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.
Url fragment used in part of the Uri configured in Alexa
[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Url fragment used in part of the Uri configured in Alexa", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="urlFragment")]
public string UrlFragment { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Url fragment used in part of the Uri configured in Alexa", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="urlFragment")>]
member this.UrlFragment : string
Public ReadOnly Property UrlFragment As String
Property Value
- Attributes