class BotFramework::ConversationAccount
Channel account information for a conversation
Attributes
id[RW]
Channel id for the user or bot on this channel (Example: joe@smith.com, or @joesmith or 123456)
is_group[RW]
Is this a reference to a group
name[RW]
Display friendly name
Public Class Methods
swagger_types()
click to toggle source
Attribute type mapping.
# File lib/bot_framework/models/conversation_account.rb, line 14 def self.swagger_types { is_group: :BOOLEAN, id: :String, name: :String } end