commit | 7700bbffda386345cc4426ef413fc643f6368ef4 | [log] [tgz] |
---|---|---|
author | yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> | Thu May 20 04:44:03 2021 -0700 |
committer | GitHub <noreply@github.com> | Thu May 20 11:44:03 2021 +0000 |
tree | a6d0a5e8ccdca452b929c7da34944832ae47fab7 | |
parent | bdbbdb2a48be8a279fcbfbdf40f6a56634c7e01e [diff] [blame] |
chore: Update discovery artifacts (#1366) ## Discovery Artifact Change Summary: feat(adexchangebuyer): update the api https://github.com/googleapis/google-api-python-client/commit/46d87cb3e1f85ec9201134402b3c3afd2eb55770 feat(analyticsadmin): update the api https://github.com/googleapis/google-api-python-client/commit/adaafffbdeab31f05f9ad62d0f58846313bb3858 feat(content): update the api https://github.com/googleapis/google-api-python-client/commit/3b3e9be7e17c4efa89b45ac671a7c7f627a34cd7 feat(dialogflow): update the api https://github.com/googleapis/google-api-python-client/commit/254b9413a2ede306917031a2117f7af2df28a103 feat(manufacturers): update the api https://github.com/googleapis/google-api-python-client/commit/25bf19f14a09428ab3fc6e51b0f6812867f99b04 feat(prod_tt_sasportal): update the api https://github.com/googleapis/google-api-python-client/commit/af243b57a7039f4e01259fb085c7b07a66106fcf feat(redis): update the api https://github.com/googleapis/google-api-python-client/commit/5228389cbd5fceb1bf8c2d36086faa147d91e50f feat(remotebuildexecution): update the api https://github.com/googleapis/google-api-python-client/commit/7c8b314e5508dda81cfb673039ea032f593fa97d
diff --git a/docs/dyn/dialogflow_v2.projects.agent.intents.html b/docs/dyn/dialogflow_v2.projects.agent.intents.html index 9d199d4..bb52f20 100644 --- a/docs/dyn/dialogflow_v2.projects.agent.intents.html +++ b/docs/dyn/dialogflow_v2.projects.agent.intents.html
@@ -1488,7 +1488,7 @@ <pre>Returns the list of all intents in the specified agent. Args: - parent: string, Required. The agent to list all intents from. Format: `projects//agent`. (required) + parent: string, Required. The agent to list all intents from. Format: `projects//agent` or `projects//locations//agent`. Alternatively, you can specify the environment to list intents for. Format: `projects//agent/environments/` or `projects//locations//agent/environments/`. Note: training phrases of the intents will not be returned for non-draft environment. (required) intentView: string, Optional. The resource view to apply to the returned intent. Allowed values INTENT_VIEW_UNSPECIFIED - Training phrases field is not populated in the response.