Show / Hide Table of Contents

Class UpdateAppEventChannelDetails

Properties to update an Application Event channel.

Inheritance
object
UpdateChannelDetails
UpdateAppEventChannelDetails
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 UpdateAppEventChannelDetails : UpdateChannelDetails

Properties

EventSinkBotIds

Declaration
[JsonProperty(PropertyName = "eventSinkBotIds")]
public List<string> EventSinkBotIds { get; set; }
Property Value
Type Description
List<string>

The IDs of the Skills and Digital Assistants that the Channel is routed to.

OutboundUrl

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

The URL for sending errors and responses to.

In this article
Back to top