Share via


IChannelResponseList.Value Property

Definition

Gets the list of bot service channel results and their properties.

[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Gets the list of bot service channel results and their properties.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IBotChannel) }, ReadOnly=true, Required=false, SerializedName="value")]
public Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IBotChannel[] Value { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Gets the list of bot service channel results and their properties.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IBotChannel) }, ReadOnly=true, Required=false, SerializedName="value")>]
member this.Value : Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.IBotChannel[]
Public ReadOnly Property Value As IBotChannel()

Property Value

Attributes

Applies to