Skip to content

Commit

Permalink
docs: cleaned docs for the Agents service and resource.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 314879617

Source-Author: Google APIs <noreply@google.com>
Source-Date: Fri Jun 5 00:27:22 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: cd804bab06e46dd1a4f16c32155fd3cddb931b52
Source-Link: googleapis/googleapis@cd804ba
  • Loading branch information
yoshi-automation authored and jskeet committed Jun 5, 2020
1 parent 8381822 commit 2bac8ab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,16 @@ static AgentReflection() {
}
#region Messages
/// <summary>
/// Represents a conversational agent.
/// A Dialogflow agent is a virtual agent that handles conversations with your
/// end-users. It is a natural language understanding module that understands the
/// nuances of human language. Dialogflow translates end-user text or audio
/// during a conversation to structured data that your apps and services can
/// understand. You design and build a Dialogflow agent to handle the types of
/// conversations required for your system.
///
/// For more information about agents, see the
/// [Agents
/// documentation](https://cloud.google.com/dialogflow/docs/agents-overview).
/// </summary>
public sealed partial class Agent : pb::IMessage<Agent> {
private static readonly pb::MessageParser<Agent> _parser = new pb::MessageParser<Agent>(() => new Agent());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,34 +24,7 @@

namespace Google.Cloud.Dialogflow.V2 {
/// <summary>
/// Agents are best described as Natural Language Understanding (NLU) modules
/// that transform user requests into actionable data. You can include agents
/// in your app, product, or service to determine user intent and respond to the
/// user in a natural way.
///
/// After you create an agent, you can add [Intents][google.cloud.dialogflow.v2.Intents], [Contexts][google.cloud.dialogflow.v2.Contexts],
/// [Entity Types][google.cloud.dialogflow.v2.EntityTypes], [Webhooks][google.cloud.dialogflow.v2.WebhookRequest], and so on to
/// manage the flow of a conversation and match user input to predefined intents
/// and actions.
///
/// You can create an agent using both Dialogflow Standard Edition and
/// Dialogflow Enterprise Edition. For details, see
/// [Dialogflow
/// Editions](https://cloud.google.com/dialogflow/docs/editions).
///
/// You can save your agent for backup or versioning by exporting the agent by
/// using the [ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent] method. You can import a saved
/// agent by using the [ImportAgent][google.cloud.dialogflow.v2.Agents.ImportAgent] method.
///
/// Dialogflow provides several
/// [prebuilt
/// agents](https://cloud.google.com/dialogflow/docs/agents-prebuilt)
/// for common conversation scenarios such as determining a date and time,
/// converting currency, and so on.
///
/// For more information about agents, see the
/// [Dialogflow
/// documentation](https://cloud.google.com/dialogflow/docs/agents-overview).
/// Service for managing [Agents][google.cloud.dialogflow.v2.Agent].
/// </summary>
public static partial class Agents
{
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Cloud.Dialogflow.V2/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "cd3ce2651c3921670217e664303976cdf76e9fe2"
"sha": "cd804bab06e46dd1a4f16c32155fd3cddb931b52"
}
}
]
Expand Down

0 comments on commit 2bac8ab

Please sign in to comment.