class BotFramework::ChannelAccount
Channel account information needed to route a message
Attributes
id[RW]
Channel id for the user or bot on this channel (Example: joe@smith.com, or @joesmith or 123456)
name[RW]
Display friendly name
Public Class Methods
swagger_types()
click to toggle source
Attribute type mapping.
# File lib/bot_framework/models/channel_account.rb, line 11 def self.swagger_types { id: :String, name: :String } end