Class GoogleCloudDiscoveryengineV1alphaDialogflowAgentDefinition
Stored definition of an agent that uses a Dialogflow agent.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaDialogflowAgentDefinition : IDirectResponseSchema
Properties
DialogflowAgent
Required. Resource name of the underlying Dialogflow Agent. Format:
projects/{project}/locations/{location}/agents/{agent}
Declaration
[JsonProperty("dialogflowAgent")]
public virtual string DialogflowAgent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |