0% found this document useful (0 votes)
22 views8 pages

Dialog Flow

Uploaded by

Tushar Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views8 pages

Dialog Flow

Uploaded by

Tushar Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 8

DialogFlow CX

What is DialogFlow
DialogFlow is a natural language understanding platform of Google that allows you to understand
language in your chatbot. It performs understanding the language based on the examples that you
give. It can be integrated with other systems.

Dialogflow is a natural language understanding platform that makes it easy to design and integrate
a conversational user interface into your mobile app, web application, device, bot, interactive
voice response system, and so on.
DialogFlow Agents
DialogFlow CX: This is an advanced agent type that is suitable for large or very
complex agents.
DialogFlow ES: This is the standard agent type that is suitable for small to medium
and simple to moderately complex agents.

Ref: https://cloud.google.com/dialogflow/docs/editions#cx-agent
Key Features
Generative AI agent

Spin up agents with just a few clicks using Vertex AI Search and Conversation and Dialogflow. Connect
your webpage or documents to your Dialogflow CX agent and leverage foundation models for generating
responses from the content, out of the box. You can also call a foundation model to perform specific tasks
during a virtual agent conversation or respond to a query contextually, significantly reducing development
effort and making virtual agents more conversational.

Ref: https://cloud.google.com/dialogflow?hl=en
Vertex AI Conversation
Vertex AI Conversation is a set of generative conversational features built on Dialogflow and Vertex AI.

The following is an overview of these features:

1) Generative Agents
2) Data Store Agents
3) Generators
4) Generative Fallback

Useful for our case (Question -Answering) : Generators use Google's latest generative large language models
(LLMs), and prompts that you provide, to generate agent behavior and responses at runtime. The available models
are provided by Vertex AI.

Ref: https://cloud.google.com/dialogflow/cx/docs/concept/generative/generators
Pricing
DialogFlow is priced monthly based on edition and the requests made during the month.New customers
receive a $600 credit for a no charge trial of Dialogflow CX that can be cancelled at any time. This credit activates
automatically upon using Dialogflow CX for the first time and expires after 12 months.

While use of the Dialogflow Trial Edition is available at no charge, there are limits on the amount of requests that
you can make

Ref: https://cloud.google.com/dialogflow/pricing#cx-agent
Vertex AI Conversation Pricing
Ref: https://cloud.google.com/generative-ai-app-builder/pricing

Vertex AI Search and Conversation provides the ability to quickly build virtual agents (chatbots) that generate
answers based on the content (website, documents) you include in data stores.

$ 1,000 in FREE trial credits are awarded for use with Vertex AI Search and Conversation. These credits are valid
for 1 year period beginning from account signup with Vertex AI Search and Conversation starting on Jul 18, 2023.

Dialogflow CX Enterprise Chat*(Generative AI capabilities for Chat): $12.00 / 1,000 query**

**Request (or Query): Billing metered per individual Request or Query.


A request or query is defined as any API call to the Dialogflow service, whether direct with API usage or indirect
with integration or console usage.
For example, a user asking a virtual agent (chatbot) a question and the chatbot responding is 1 Request. A user
interaction with the chatbot can be made up of multiple Requests to accomplish a task.
References
1) Building bot example : https://www.youtube.com/watch?v=PGDHoxwg3Bo
2) DialogFlow Short Intro : https://youtu.be/uDRNCBTu3jc?feature=shared
3) Quick Start tutorial : https://cloud.google.com/dialogflow/cx/docs/quick

You might also like