public sealed class Agent.Types.GenAppBuilderSettings : IMessage<Agent.Types.GenAppBuilderSettings>, IEquatable<Agent.Types.GenAppBuilderSettings>, IDeepCloneable<Agent.Types.GenAppBuilderSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class Agent.Types.GenAppBuilderSettings.
Settings for Gen App Builder.
Implements
IMessageAgentTypesGenAppBuilderSettings, IEquatableAgentTypesGenAppBuilderSettings, IDeepCloneableAgentTypesGenAppBuilderSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
GenAppBuilderSettings()
public GenAppBuilderSettings()
GenAppBuilderSettings(GenAppBuilderSettings)
public GenAppBuilderSettings(Agent.Types.GenAppBuilderSettings other)
Parameter | |
---|---|
Name | Description |
other | AgentTypesGenAppBuilderSettings |
Properties
Engine
public string Engine { get; set; }
Required. The full name of the Gen App Builder engine related to this
agent if there is one. Format: projects/{Project ID}/locations/{Location
ID}/collections/{Collection ID}/engines/{Engine ID}
Property Value | |
---|---|
Type | Description |
string |