Share via


ConversationParameters.Bot Property

Definition

Gets or sets the bot address for this conversation.

public Microsoft.Bot.Schema.ChannelAccount Bot { get; set; }
member this.Bot : Microsoft.Bot.Schema.ChannelAccount with get, set
Public Property Bot As ChannelAccount

Property Value

The bot address for this conversation.

Applies to