proto_docs/google/cloud/dialogflow/v2/agent.rb in google-cloud-dialogflow-v2-0.6.2 vs proto_docs/google/cloud/dialogflow/v2/agent.rb in google-cloud-dialogflow-v2-0.6.3

- old
+ new

@@ -19,10 +19,19 @@ module Google module Cloud module Dialogflow module V2 - # 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). # @!attribute [rw] parent # @return [::String] # Required. The project of this agent. # Format: `projects/<Project ID>`. # @!attribute [rw] display_name