MsTeamsChannelProperties Class
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.
The parameters to provide for the Microsoft Teams channel.
public class MsTeamsChannelProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.BotService.Models.MsTeamsChannelProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.BotService.Models.MsTeamsChannelProperties>
public class MsTeamsChannelProperties
type MsTeamsChannelProperties = class
interface IJsonModel<MsTeamsChannelProperties>
interface IPersistableModel<MsTeamsChannelProperties>
type MsTeamsChannelProperties = class
Public Class MsTeamsChannelProperties
Implements IJsonModel(Of MsTeamsChannelProperties), IPersistableModel(Of MsTeamsChannelProperties)
Public Class MsTeamsChannelProperties
- Inheritance
-
MsTeamsChannelProperties
- Implements
Constructors
MsTeamsChannelProperties(Boolean) |
Initializes a new instance of MsTeamsChannelProperties. |
Properties
AcceptedTerms |
Whether this channel accepted terms. |
CallingWebhook |
Webhook for Microsoft Teams channel calls. |
DeploymentEnvironment |
Deployment environment for Microsoft Teams channel calls. |
IncomingCallRoute |
Webhook for Microsoft Teams channel calls. |
IsCallingEnabled |
Enable calling for Microsoft Teams channel. |
IsEnabled |
Whether this channel is enabled for the bot. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<MsTeamsChannelProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MsTeamsChannelProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MsTeamsChannelProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MsTeamsChannelProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MsTeamsChannelProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |