IKikChannelProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.KikChannelPropertiesTypeConverter))]
public interface IKikChannelProperties : Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.KikChannelPropertiesTypeConverter))>]
type IKikChannelProperties = interface
interface IJsonSerializable
Public Interface IKikChannelProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
ApiKey |
Kik API key. Value only returned through POST to the action Channel List API, otherwise empty. |
IsEnabled |
Whether this channel is enabled for the bot |
IsValidated |
Whether this channel is validated for the bot |
UserName |
The Kik user name |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |