Google Cloud Dialogflow v2 API - Class Generators (4.21.0)

public static class Generators

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.

Inheritance

object > Generators

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Methods

BindService(GeneratorsBase)

public static ServerServiceDefinition BindService(Generators.GeneratorsBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl GeneratorsGeneratorsBase

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, GeneratorsBase)

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.

Parameters
Name Description
serviceBinder ServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImpl GeneratorsGeneratorsBase

An object implementing the server-side handling logic.