Agent |
A Dialogflow agent is a virtual agent that handles conversations with your end-users.
|
AgentArgs |
|
AgentArgs.Builder |
|
CxAgent |
Agents are best described as Natural Language Understanding (NLU) modules that transform user requests into actionable data.
|
CxAgentArgs |
|
CxAgentArgs.Builder |
|
CxEntityType |
Entities are extracted from user input and represent parameters that are meaningful to your application.
|
CxEntityTypeArgs |
|
CxEntityTypeArgs.Builder |
|
CxEnvironment |
Represents an environment for an agent.
|
CxEnvironmentArgs |
|
CxEnvironmentArgs.Builder |
|
CxFlow |
Flows represents the conversation flows when you build your chatbot agent.
|
CxFlowArgs |
|
CxFlowArgs.Builder |
|
CxIntent |
An intent represents a user's intent to interact with a conversational agent.
|
CxIntentArgs |
|
CxIntentArgs.Builder |
|
CxPage |
A Dialogflow CX conversation (session) can be described and visualized as a state machine.
|
CxPageArgs |
|
CxPageArgs.Builder |
|
CxVersion |
You can create multiple versions of your agent flows and deploy them to separate serving environments.
|
CxVersionArgs |
|
CxVersionArgs.Builder |
|
CxWebhook |
Webhooks host the developer's business logic.
|
CxWebhookArgs |
|
CxWebhookArgs.Builder |
|
EntityType |
Represents an entity type.
|
EntityTypeArgs |
|
EntityTypeArgs.Builder |
|
Fulfillment |
By default, your agent responds to a matched intent with a static response.
|
FulfillmentArgs |
|
FulfillmentArgs.Builder |
|
Intent |
Represents a Dialogflow intent.
|
IntentArgs |
|
IntentArgs.Builder |
|