Class GoogleCloudDialogflowV2beta1AutomatedAgentConfig
Inheritance
GoogleCloudDialogflowV2beta1AutomatedAgentConfig
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1AutomatedAgentConfig : IDirectResponseSchema
Properties
Agent
Declaration
[JsonProperty("agent")]
public virtual string Agent { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
SessionTtl
Declaration
[JsonProperty("sessionTtl")]
public virtual object SessionTtl { get; set; }
Property Value
Implements