MsTeamsChannelPropertiesArgs

data class MsTeamsChannelPropertiesArgs(val acceptedTerms: Output<Boolean>? = null, val callingWebhook: Output<String>? = null, val deploymentEnvironment: Output<String>? = null, val enableCalling: Output<Boolean>? = null, val incomingCallRoute: Output<String>? = null, val isEnabled: Output<Boolean>) : ConvertibleToJava<MsTeamsChannelPropertiesArgs>

The parameters to provide for the Microsoft Teams channel.

Constructors

Link copied to clipboard
constructor(acceptedTerms: Output<Boolean>? = null, callingWebhook: Output<String>? = null, deploymentEnvironment: Output<String>? = null, enableCalling: Output<Boolean>? = null, incomingCallRoute: Output<String>? = null, isEnabled: Output<Boolean>)

Properties

Link copied to clipboard
val acceptedTerms: Output<Boolean>? = null

Whether this channel accepted terms

Link copied to clipboard
val callingWebhook: Output<String>? = null

Webhook for Microsoft Teams channel calls

Link copied to clipboard
val deploymentEnvironment: Output<String>? = null

Deployment environment for Microsoft Teams channel calls

Link copied to clipboard
val enableCalling: Output<Boolean>? = null

Enable calling for Microsoft Teams channel

Link copied to clipboard
val incomingCallRoute: Output<String>? = null

Webhook for Microsoft Teams channel calls

Link copied to clipboard
val isEnabled: Output<Boolean>

Whether this channel is enabled for the bot

Functions

Link copied to clipboard
open override fun toJava(): MsTeamsChannelPropertiesArgs