Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Generators.
Generator Service for LLM powered Agent Assist. This service manages the
configurations of user owned Generators, such as description, context and
instruction, input/output format, etc. The generator resources will be used
inside a conversation and will be triggered by TriggerEvent to query LLM for
answers.
public static void BindService(ServiceBinderBase serviceBinder, Generators.GeneratorsBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["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-03-21 UTC."],[[["This page provides reference documentation for the `Generators` class within the Google Cloud Dialogflow v2 API for .NET."],["The `Generators` class facilitates the management of configurations for LLM-powered Agent Assist, including context, instructions, and input/output formats."],["The latest version available is 4.26.0, and the current page focuses on the 4.22.0 version of the Generators class, displaying all available versions from 3.2.0 to the latest."],["The `Generators` class inherits from the base `object` class and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["It also has methods to define and register the service, including `BindService(GeneratorsBase)` and `BindService(ServiceBinderBase, GeneratorsBase)`, for server-side handling."]]],[]]