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."],[[["The latest version of the Google Cloud Dialogflow v2 API class Generators is 4.26.0, with documentation available at `/dotnet/docs/reference/Google.Cloud.Dialogflow.V2/latest/Google.Cloud.Dialogflow.V2.Generators`."],["This service manages configurations of user-owned Generators within conversations, which are powered by LLM to query for answers triggered by specific events."],["The `Generators` class inherits from `object` and includes methods for binding service implementations to a server, using either `BindService(GeneratorsBase)` or `BindService(ServiceBinderBase, GeneratorsBase)`."],["Historical versions of the API class, dating back to 3.2.0, are available for reference and can be accessed via the provided links for each version."]]],[]]