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-04-09 UTC."],[[["This page provides documentation for the `Generators` class within the Google Cloud Dialogflow v2 API, which is used for managing configurations for LLM-powered Agent Assist generators."],["The `Generators` class, found in the `Google.Cloud.Dialogflow.V2` namespace, is responsible for handling generator configurations like description, context, instruction, and input/output formats, which are then used in conversations."],["The page lists multiple versions of the API, from version 3.2.0 up to the latest 4.26.0, offering links to the documentation for each version, with version 4.24.0 being the initially selected one."],["Two `BindService` methods are detailed, which are used to create service definitions or register service methods, enabling customization of service binding logic for server-side handling."]]],[]]