Class GoogleCloudDialogflowV2AutomatedAgentConfig
Inheritance
GoogleCloudDialogflowV2AutomatedAgentConfig
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2AutomatedAgentConfig : 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