Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
feat(v2): add additional_bindings to Dialogflow v2beta1 ListIntents A…
Browse files Browse the repository at this point in the history
…PI (#440)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/8b774670-c3c3-41f4-a284-11b88fd62bff/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 358315519
Source-Link: googleapis/googleapis@5402036
PiperOrigin-RevId: 358315006
Source-Link: googleapis/googleapis@3b69cb2

docs(v2): update copyrights and session docs
feat(v2beta1): add additional_bindings to Dialogflow v2beta1 ListIntents API
docs(v2beta1): update copyrights and session docs
  • Loading branch information
yoshi-automation committed Feb 22, 2021
1 parent 6a5c154 commit de0c880
Show file tree
Hide file tree
Showing 32 changed files with 262 additions and 229 deletions.
Expand Up @@ -163,11 +163,12 @@ public SessionsStub getStub() {
* @param session Required. The name of the session this query is sent to. Format:
* `projects/<Project ID>/agent/sessions/<Session ID>`, or `projects/<Project
* ID>/agent/environments/<Environment ID>/users/<User ID>/sessions/<Session
* ID>`. If `Environment ID` is not specified, we assume default 'draft' environment. If
* `User ID` is not specified, we are using "-". It's up to the API caller to choose an
* appropriate `Session ID` and `User Id`. They can be a random number or some type of user
* and session identifiers (preferably hashed). The length of the `Session ID` and `User ID`
* must not exceed 36 characters.
* ID>`. If `Environment ID` is not specified, we assume default 'draft' environment
* (`Environment ID` might be referred to as environment name at some places). If `User ID` is
* not specified, we are using "-". It's up to the API caller to choose an appropriate
* `Session ID` and `User Id`. They can be a random number or some type of user and session
* identifiers (preferably hashed). The length of the `Session ID` and `User ID` must not
* exceed 36 characters.
* <p>For more information, see the [API interactions
* guide](https://cloud.google.com/dialogflow/docs/api-overview).
* <p>Note: Always use agent versions for production traffic. See [Versions and
Expand Down Expand Up @@ -210,11 +211,12 @@ public final DetectIntentResponse detectIntent(SessionName session, QueryInput q
* @param session Required. The name of the session this query is sent to. Format:
* `projects/&lt;Project ID&gt;/agent/sessions/&lt;Session ID&gt;`, or `projects/&lt;Project
* ID&gt;/agent/environments/&lt;Environment ID&gt;/users/&lt;User ID&gt;/sessions/&lt;Session
* ID&gt;`. If `Environment ID` is not specified, we assume default 'draft' environment. If
* `User ID` is not specified, we are using "-". It's up to the API caller to choose an
* appropriate `Session ID` and `User Id`. They can be a random number or some type of user
* and session identifiers (preferably hashed). The length of the `Session ID` and `User ID`
* must not exceed 36 characters.
* ID&gt;`. If `Environment ID` is not specified, we assume default 'draft' environment
* (`Environment ID` might be referred to as environment name at some places). If `User ID` is
* not specified, we are using "-". It's up to the API caller to choose an appropriate
* `Session ID` and `User Id`. They can be a random number or some type of user and session
* identifiers (preferably hashed). The length of the `Session ID` and `User ID` must not
* exceed 36 characters.
* <p>For more information, see the [API interactions
* guide](https://cloud.google.com/dialogflow/docs/api-overview).
* <p>Note: Always use agent versions for production traffic. See [Versions and
Expand Down
Expand Up @@ -169,11 +169,12 @@ public SessionsStub getStub() {
* ID&gt;/agent/environments/&lt;Environment ID&gt;/users/&lt;User ID&gt;/sessions/&lt;Session
* ID&gt;`,
* <p>If `Location ID` is not specified we assume default 'us' location. If `Environment ID`
* is not specified, we assume default 'draft' environment. If `User ID` is not specified, we
* are using "-". It's up to the API caller to choose an appropriate `Session ID` and `User
* Id`. They can be a random number or some type of user and session identifiers (preferably
* hashed). The length of the `Session ID` and `User ID` must not exceed 36 characters. For
* more information, see the [API interactions
* is not specified, we assume default 'draft' environment (`Environment ID` might be referred
* to as environment name at some places). If `User ID` is not specified, we are using "-".
* It's up to the API caller to choose an appropriate `Session ID` and `User Id`. They can be
* a random number or some type of user and session identifiers (preferably hashed). The
* length of the `Session ID` and `User ID` must not exceed 36 characters. For more
* information, see the [API interactions
* guide](https://cloud.google.com/dialogflow/docs/api-overview).
* <p>Note: Always use agent versions for production traffic. See [Versions and
* environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
Expand Down Expand Up @@ -220,11 +221,12 @@ public final DetectIntentResponse detectIntent(SessionName session, QueryInput q
* ID&gt;/agent/environments/&lt;Environment ID&gt;/users/&lt;User ID&gt;/sessions/&lt;Session
* ID&gt;`,
* <p>If `Location ID` is not specified we assume default 'us' location. If `Environment ID`
* is not specified, we assume default 'draft' environment. If `User ID` is not specified, we
* are using "-". It's up to the API caller to choose an appropriate `Session ID` and `User
* Id`. They can be a random number or some type of user and session identifiers (preferably
* hashed). The length of the `Session ID` and `User ID` must not exceed 36 characters. For
* more information, see the [API interactions
* is not specified, we assume default 'draft' environment (`Environment ID` might be referred
* to as environment name at some places). If `User ID` is not specified, we are using "-".
* It's up to the API caller to choose an appropriate `Session ID` and `User Id`. They can be
* a random number or some type of user and session identifiers (preferably hashed). The
* length of the `Session ID` and `User ID` must not exceed 36 characters. For more
* information, see the [API interactions
* guide](https://cloud.google.com/dialogflow/docs/api-overview).
* <p>Note: Always use agent versions for production traffic. See [Versions and
* environments](https://cloud.google.com/dialogflow/es/docs/agents-versions).
Expand Down
Expand Up @@ -190,9 +190,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* `projects/&lt;Project ID&gt;/agent/sessions/&lt;Session ID&gt;`, or
* `projects/&lt;Project ID&gt;/agent/environments/&lt;Environment ID&gt;/users/&lt;User
* ID&gt;/sessions/&lt;Session ID&gt;`. If `Environment ID` is not specified, we assume
* default 'draft' environment. If `User ID` is not specified, we are using
* "-". It's up to the API caller to choose an appropriate `Session ID` and
* `User Id`. They can be a random number or some type of user and session
* default 'draft' environment (`Environment ID` might be referred to as
* environment name at some places). If `User ID` is not specified, we are
* using "-". It's up to the API caller to choose an appropriate `Session ID`
* and `User Id`. They can be a random number or some type of user and session
* identifiers (preferably hashed). The length of the `Session ID` and
* `User ID` must not exceed 36 characters.
* For more information, see the [API interactions
Expand Down Expand Up @@ -228,9 +229,10 @@ public java.lang.String getSession() {
* `projects/&lt;Project ID&gt;/agent/sessions/&lt;Session ID&gt;`, or
* `projects/&lt;Project ID&gt;/agent/environments/&lt;Environment ID&gt;/users/&lt;User
* ID&gt;/sessions/&lt;Session ID&gt;`. If `Environment ID` is not specified, we assume
* default 'draft' environment. If `User ID` is not specified, we are using
* "-". It's up to the API caller to choose an appropriate `Session ID` and
* `User Id`. They can be a random number or some type of user and session
* default 'draft' environment (`Environment ID` might be referred to as
* environment name at some places). If `User ID` is not specified, we are
* using "-". It's up to the API caller to choose an appropriate `Session ID`
* and `User Id`. They can be a random number or some type of user and session
* identifiers (preferably hashed). The length of the `Session ID` and
* `User ID` must not exceed 36 characters.
* For more information, see the [API interactions
Expand Down Expand Up @@ -962,9 +964,10 @@ public Builder mergeFrom(
* `projects/&lt;Project ID&gt;/agent/sessions/&lt;Session ID&gt;`, or
* `projects/&lt;Project ID&gt;/agent/environments/&lt;Environment ID&gt;/users/&lt;User
* ID&gt;/sessions/&lt;Session ID&gt;`. If `Environment ID` is not specified, we assume
* default 'draft' environment. If `User ID` is not specified, we are using
* "-". It's up to the API caller to choose an appropriate `Session ID` and
* `User Id`. They can be a random number or some type of user and session
* default 'draft' environment (`Environment ID` might be referred to as
* environment name at some places). If `User ID` is not specified, we are
* using "-". It's up to the API caller to choose an appropriate `Session ID`
* and `User Id`. They can be a random number or some type of user and session
* identifiers (preferably hashed). The length of the `Session ID` and
* `User ID` must not exceed 36 characters.
* For more information, see the [API interactions
Expand Down Expand Up @@ -999,9 +1002,10 @@ public java.lang.String getSession() {
* `projects/&lt;Project ID&gt;/agent/sessions/&lt;Session ID&gt;`, or
* `projects/&lt;Project ID&gt;/agent/environments/&lt;Environment ID&gt;/users/&lt;User
* ID&gt;/sessions/&lt;Session ID&gt;`. If `Environment ID` is not specified, we assume
* default 'draft' environment. If `User ID` is not specified, we are using
* "-". It's up to the API caller to choose an appropriate `Session ID` and
* `User Id`. They can be a random number or some type of user and session
* default 'draft' environment (`Environment ID` might be referred to as
* environment name at some places). If `User ID` is not specified, we are
* using "-". It's up to the API caller to choose an appropriate `Session ID`
* and `User Id`. They can be a random number or some type of user and session
* identifiers (preferably hashed). The length of the `Session ID` and
* `User ID` must not exceed 36 characters.
* For more information, see the [API interactions
Expand Down Expand Up @@ -1036,9 +1040,10 @@ public com.google.protobuf.ByteString getSessionBytes() {
* `projects/&lt;Project ID&gt;/agent/sessions/&lt;Session ID&gt;`, or
* `projects/&lt;Project ID&gt;/agent/environments/&lt;Environment ID&gt;/users/&lt;User
* ID&gt;/sessions/&lt;Session ID&gt;`. If `Environment ID` is not specified, we assume
* default 'draft' environment. If `User ID` is not specified, we are using
* "-". It's up to the API caller to choose an appropriate `Session ID` and
* `User Id`. They can be a random number or some type of user and session
* default 'draft' environment (`Environment ID` might be referred to as
* environment name at some places). If `User ID` is not specified, we are
* using "-". It's up to the API caller to choose an appropriate `Session ID`
* and `User Id`. They can be a random number or some type of user and session
* identifiers (preferably hashed). The length of the `Session ID` and
* `User ID` must not exceed 36 characters.
* For more information, see the [API interactions
Expand Down Expand Up @@ -1072,9 +1077,10 @@ public Builder setSession(java.lang.String value) {
* `projects/&lt;Project ID&gt;/agent/sessions/&lt;Session ID&gt;`, or
* `projects/&lt;Project ID&gt;/agent/environments/&lt;Environment ID&gt;/users/&lt;User
* ID&gt;/sessions/&lt;Session ID&gt;`. If `Environment ID` is not specified, we assume
* default 'draft' environment. If `User ID` is not specified, we are using
* "-". It's up to the API caller to choose an appropriate `Session ID` and
* `User Id`. They can be a random number or some type of user and session
* default 'draft' environment (`Environment ID` might be referred to as
* environment name at some places). If `User ID` is not specified, we are
* using "-". It's up to the API caller to choose an appropriate `Session ID`
* and `User Id`. They can be a random number or some type of user and session
* identifiers (preferably hashed). The length of the `Session ID` and
* `User ID` must not exceed 36 characters.
* For more information, see the [API interactions
Expand Down Expand Up @@ -1104,9 +1110,10 @@ public Builder clearSession() {
* `projects/&lt;Project ID&gt;/agent/sessions/&lt;Session ID&gt;`, or
* `projects/&lt;Project ID&gt;/agent/environments/&lt;Environment ID&gt;/users/&lt;User
* ID&gt;/sessions/&lt;Session ID&gt;`. If `Environment ID` is not specified, we assume
* default 'draft' environment. If `User ID` is not specified, we are using
* "-". It's up to the API caller to choose an appropriate `Session ID` and
* `User Id`. They can be a random number or some type of user and session
* default 'draft' environment (`Environment ID` might be referred to as
* environment name at some places). If `User ID` is not specified, we are
* using "-". It's up to the API caller to choose an appropriate `Session ID`
* and `User Id`. They can be a random number or some type of user and session
* identifiers (preferably hashed). The length of the `Session ID` and
* `User ID` must not exceed 36 characters.
* For more information, see the [API interactions
Expand Down
Expand Up @@ -31,9 +31,10 @@ public interface DetectIntentRequestOrBuilder
* `projects/&lt;Project ID&gt;/agent/sessions/&lt;Session ID&gt;`, or
* `projects/&lt;Project ID&gt;/agent/environments/&lt;Environment ID&gt;/users/&lt;User
* ID&gt;/sessions/&lt;Session ID&gt;`. If `Environment ID` is not specified, we assume
* default 'draft' environment. If `User ID` is not specified, we are using
* "-". It's up to the API caller to choose an appropriate `Session ID` and
* `User Id`. They can be a random number or some type of user and session
* default 'draft' environment (`Environment ID` might be referred to as
* environment name at some places). If `User ID` is not specified, we are
* using "-". It's up to the API caller to choose an appropriate `Session ID`
* and `User Id`. They can be a random number or some type of user and session
* identifiers (preferably hashed). The length of the `Session ID` and
* `User ID` must not exceed 36 characters.
* For more information, see the [API interactions
Expand All @@ -58,9 +59,10 @@ public interface DetectIntentRequestOrBuilder
* `projects/&lt;Project ID&gt;/agent/sessions/&lt;Session ID&gt;`, or
* `projects/&lt;Project ID&gt;/agent/environments/&lt;Environment ID&gt;/users/&lt;User
* ID&gt;/sessions/&lt;Session ID&gt;`. If `Environment ID` is not specified, we assume
* default 'draft' environment. If `User ID` is not specified, we are using
* "-". It's up to the API caller to choose an appropriate `Session ID` and
* `User Id`. They can be a random number or some type of user and session
* default 'draft' environment (`Environment ID` might be referred to as
* environment name at some places). If `User ID` is not specified, we are
* using "-". It's up to the API caller to choose an appropriate `Session ID`
* and `User Id`. They can be a random number or some type of user and session
* identifiers (preferably hashed). The length of the `Session ID` and
* `User ID` must not exceed 36 characters.
* For more information, see the [API interactions
Expand Down

0 comments on commit de0c880

Please sign in to comment.