Udostępnij za pośrednictwem


BotChannelGetWithKeysResult.Resource Property

Definition

The set of properties specific to bot channel resource Please note BotChannelProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AcsChatChannel, AlexaChannel, DirectLineChannel, DirectLineSpeechChannel, EmailChannel, FacebookChannel, KikChannel, LineChannel, M365Extensions, MsTeamsChannel, Omnichannel, OutlookChannel, SearchAssistant, SkypeChannel, SlackChannel, SmsChannel, TelegramChannel, TelephonyChannel and WebChatChannel.

public Azure.ResourceManager.BotService.Models.BotChannelProperties Resource { get; set; }
member this.Resource : Azure.ResourceManager.BotService.Models.BotChannelProperties with get, set
Public Property Resource As BotChannelProperties

Property Value

Applies to