KikChannelProperties Class

The parameters to provide for the Kik channel.

All required parameters must be populated in order to send to Azure.

Inheritance
KikChannelProperties

Constructor

KikChannelProperties(*, user_name: str, is_enabled: bool, api_key: Optional[str] = None, is_validated: Optional[bool] = None, **kwargs)

Parameters

user_name
str
Required

Required. The Kik user name.

api_key
str
Required

Kik API key. Value only returned through POST to the action Channel List API, otherwise empty.

is_validated
bool
Required

Whether this channel is validated for the bot.

is_enabled
bool
Required

Required. Whether this channel is enabled for the bot.