Class UpdateWebhookChannelDetails
Properties to update a Webhook channel.
Inherited Members
Namespace: Oci.OdaService.Models
Assembly: OCI.DotNetSDK.Oda.dll
Syntax
public class UpdateWebhookChannelDetails : 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. |
OutboundUrl
Declaration
[JsonProperty(PropertyName = "outboundUrl")]
public string OutboundUrl { get; set; }
Property Value
Type | Description |
---|---|
string | The URL to send responses to. |
PayloadVersion
Declaration
[JsonProperty(PropertyName = "payloadVersion")]
[JsonConverter(typeof(StringEnumConverter))]
public WebhookPayloadVersion? PayloadVersion { get; set; }
Property Value
Type | Description |
---|---|
WebhookPayloadVersion? | The version for payloads. |