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.
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}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides reference documentation for the `Agent.Types.GenAppBuilderSettings` class within the Dialogflow v3 API, specifically in the .NET context."],["The latest version of the API available on this page is 2.23.0, and it also documents the past versions in descending order, down to 1.0.0."],["The `GenAppBuilderSettings` class is used for configuring settings related to Gen App Builder and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like \"Engine,\" which is a string that represents the full name of the related Gen App Builder engine and follows a specific format."],["The class contains two public constructors: one default and one that allows for the creation of a new `GenAppBuilderSettings` instance using an existing one as the input parameter."]]],[]]