Class GoogleCloudDialogflowCxV3BargeInConfig
Inheritance
GoogleCloudDialogflowCxV3BargeInConfig
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3BargeInConfig : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
NoBargeInDuration
Declaration
[JsonProperty("noBargeInDuration")]
public virtual object NoBargeInDuration { get; set; }
Property Value
TotalDuration
Declaration
[JsonProperty("totalDuration")]
public virtual object TotalDuration { get; set; }
Property Value
Implements