Module: Google::Cloud::Dialogflow::V2::Generators

Defined in:
lib/google/cloud/dialogflow/v2/generators.rb,
lib/google/cloud/dialogflow/v2/generators/rest.rb,
lib/google/cloud/dialogflow/v2/generators/paths.rb,
lib/google/cloud/dialogflow/v2/generators/client.rb,
lib/google/cloud/dialogflow/v2/generators/credentials.rb,
lib/google/cloud/dialogflow/v2/generators/rest/client.rb,
lib/google/cloud/dialogflow/v2/generators/rest/service_stub.rb

Overview

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.

To load this service and instantiate a REST client:

require "google/cloud/dialogflow/v2/generators/rest"
client = ::Google::Cloud::Dialogflow::V2::Generators::Rest::Client.new

Defined Under Namespace

Modules: Paths, Rest Classes: Client, Credentials