proto_docs/google/cloud/dialogflow/v2/intent.rb in google-cloud-dialogflow-v2-0.8.0 vs proto_docs/google/cloud/dialogflow/v2/intent.rb in google-cloud-dialogflow-v2-0.8.1

- old
+ new

@@ -835,10 +835,18 @@ # The request message for {::Google::Cloud::Dialogflow::V2::Intents::Client#list_intents Intents.ListIntents}. # @!attribute [rw] parent # @return [::String] # Required. The agent to list all intents from. - # Format: `projects/<Project ID>/agent`. + # Format: `projects/<Project ID>/agent` or `projects/<Project + # ID>/locations/<Location ID>/agent`. + # + # Alternatively, you can specify the environment to list intents for. + # Format: `projects/<Project ID>/agent/environments/<Environment ID>` + # or `projects/<Project ID>/locations/<Location + # ID>/agent/environments/<Environment ID>`. + # Note: training phrases of the intents will not be returned for non-draft + # environment. # @!attribute [rw] language_code # @return [::String] # Optional. The language used to access language-specific data. # If not specified, the agent's default language is used. # For more information, see