class Azure::BotService::Mgmt::V2017_12_01_preview::Models::WebChatChannel
Web Chat channel definition
Attributes
channelName[RW]
properties[RW]
@return [WebChatChannelProperties] The set of properties specific to Web Chat channel resource
Public Class Methods
mapper()
click to toggle source
Mapper for WebChatChannel
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-12-01-preview/generated/azure_mgmt_bot_service/models/web_chat_channel.rb, line 31 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'WebChatChannel', type: { name: 'Composite', class_name: 'WebChatChannel', model_properties: { channelName: { client_side_validation: true, required: true, serialized_name: 'channelName', type: { name: 'String' } }, properties: { client_side_validation: true, required: false, serialized_name: 'properties', type: { name: 'Composite', class_name: 'WebChatChannelProperties' } } } } } end
new()
click to toggle source
# File lib/2017-12-01-preview/generated/azure_mgmt_bot_service/models/web_chat_channel.rb, line 16 def initialize @channelName = "WebChatChannel" end