Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 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."],[[["The `Generators` class in the Google Cloud Dialogflow v2beta1 API is a service for managing configurations of user-owned Generators, which are utilized within conversations and triggered by `TriggerEvent` to query Large Language Models (LLMs)."],["The `Generators` class inherits from the base `object` class, providing standard object functionality like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["`BindService(GeneratorsBase)` is a static method that creates a service definition for registering with a server, requiring an object implementing the server-side handling logic."],["`BindService(ServiceBinderBase, GeneratorsBase)` is a method that registers service methods with a service binder, allowing for custom service binding logic, but is part of an experimental API."],["The latest version available in the documentation is `1.0.0-beta23` whereas the documentation content is on `1.0.0-beta18`."]]],[]]