Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Need Resources to use tools and Virtual Agent(Generative Playbook) with comprehensive documentation

I searched extensively online but couldn't find any comprehensive resources for working with virtual agents (generative playbooks) and Tools.

Could you let me know how to integrate the generative playbook and Tool directly to flow?

If possible, and how to use tools with generators in flow(pages) in dialogflowcx without having to go through the generative playbook?

Also, please provide links to the Generative Playbooks and Tools Usage. This information will be helpful for others as well.

Note: For those who are new to concept of tools and generative playbook, you may look into pre-built agents Retail which use Generative Agent.

I want the documentation to work with the Flow and Generative Agent and Tools.

0 2 264
2 REPLIES 2

Hello,

Thank you for contacting Google Cloud Community!

While there's no direct way to use tools with generators within Dialogflow CX flows, you can achieve a similar effect by:

  1. Creating a Custom Generator: Develop a custom generator that leverages a tool's API to generate responses.
  2. Integrating the Custom Generator: Incorporate the custom generator into your flow's intents.
  3. Calling the Tool: When the intent is triggered, call the custom generator, which in turn interacts with the tool.

 

Hi Jaia, thanks for answering.

What you mean by custom Generator? Is it creating the Generative Preview(App) and connecting to the  tools and use it when intent is triggered?

How do we connect the Generative Playbook to the flow to answer and return back to the flow if that's what you mean?


@jaia wrote:

Calling the Tool: When the intent is triggered, call the custom generator, which in turn interacts with the tool.