Dialogflow v3 API - Class Agent.Types.GenAppBuilderSettings (2.17.0)

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.

Inheritance

object > Agent.Types.GenAppBuilderSettings

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

GenAppBuilderSettings()

public GenAppBuilderSettings()

GenAppBuilderSettings(GenAppBuilderSettings)

public GenAppBuilderSettings(Agent.Types.GenAppBuilderSettings other)
Parameter
NameDescription
otherAgentTypesGenAppBuilderSettings

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
TypeDescription
string