ConversationReference.Bot Property

Definition

Gets or sets (Optional) Bot participating in 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 participating in the conversation.

Applies to