Class GoogleCloudDialogflowV2beta1ImportAgentRequest
Inheritance
GoogleCloudDialogflowV2beta1ImportAgentRequest
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1ImportAgentRequest : IDirectResponseSchema
Properties
AgentContent
Declaration
[JsonProperty("agentContent")]
public virtual string AgentContent { get; set; }
Property Value
AgentUri
Declaration
[JsonProperty("agentUri")]
public virtual string AgentUri { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Implements