ConversationParameters.Bot 속성

정의

이 대화의 봇 주소를 가져오거나 설정합니다.

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

속성 값

이 대화의 봇 주소입니다.

적용 대상