Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Loading