Show / Hide Table of Contents

Class UpdateMSTeamsChannelDetails

Properties to update an MS Teams channel.

Inheritance
object
UpdateChannelDetails
UpdateMSTeamsChannelDetails
Inherited Members
UpdateChannelDetails.Name
UpdateChannelDetails.Description
UpdateChannelDetails.SessionExpiryDurationInMilliseconds
UpdateChannelDetails.FreeformTags
UpdateChannelDetails.DefinedTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OdaService.Models
Assembly: OCI.DotNetSDK.Oda.dll
Syntax
public class UpdateMSTeamsChannelDetails : UpdateChannelDetails

Properties

BotId

Declaration
[JsonProperty(PropertyName = "botId")]
public string BotId { get; set; }
Property Value
Type Description
string

The ID of the Skill or Digital Assistant that the Channel is routed to.

MsaAppId

Declaration
[JsonProperty(PropertyName = "msaAppId")]
public string MsaAppId { get; set; }
Property Value
Type Description
string

The Microsoft App ID that you obtained when you created your bot registration in Azure.

MsaAppPassword

Declaration
[JsonProperty(PropertyName = "msaAppPassword")]
public string MsaAppPassword { get; set; }
Property Value
Type Description
string

The client secret that you obtained from your bot registration.

In this article
Back to top