public sealed class SubAgent : IMessage<SubAgent>, IEquatable<SubAgent>, IDeepCloneable<SubAgent>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SubAgent.
Contains basic configuration for a sub-agent.
Namespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
SubAgent()
public SubAgent()
SubAgent(SubAgent)
public SubAgent(SubAgent other)
Parameter | |
---|---|
Name | Description |
other |
SubAgent |
Properties
Environment
public string Environment { get; set; }
Optional. The unique identifier (environment name
in dialogflow console)
of this sub-agent environment. Assumes draft environment if environment
is not set.
Property Value | |
---|---|
Type | Description |
string |
Project
public string Project { get; set; }
Required. The project of this agent.
Format: projects/<Project ID>
or
projects/<Project ID>/locations/<Location ID>
.
Property Value | |
---|---|
Type | Description |
string |