Class UpdateAndroidChannelDetails
Properties to update an Android channel.
Inherited Members
Namespace: Oci.OdaService.Models
Assembly: OCI.DotNetSDK.Oda.dll
Syntax
public class UpdateAndroidChannelDetails : 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. |
IsClientAuthenticationEnabled
Declaration
[JsonProperty(PropertyName = "isClientAuthenticationEnabled")]
public bool? IsClientAuthenticationEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? | Whether client authentication is enabled or not. |
MaxTokenExpirationTimeInMinutes
Declaration
[JsonProperty(PropertyName = "maxTokenExpirationTimeInMinutes")]
public long? MaxTokenExpirationTimeInMinutes { get; set; }
Property Value
Type | Description |
---|---|
long? | The maximum time until the token expires (in minutes). |