Skip to content

Commit 0daa460

Browse files
feat: [dialogflow] added dialogflow_assist_answer (#9565)
- [ ] Regenerate this pull request now. feat: added session_ttl feat: added human_agent_side_config feat: added suggestion_input feat: added suggest_dialogflow_assists_response feat: added suggest_entity_extraction_response PiperOrigin-RevId: 542024928 Source-Link: https://togithub.com/googleapis/googleapis/commit/06f7999f85dfe75fffaf30c5ca4d9aa6b58669f8 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/0f124f3c37b5a6049906a9514cd994daf073dc01 Copy-Tag: eyJwIjoiamF2YS1kaWFsb2dmbG93Ly5Pd2xCb3QueWFtbCIsImgiOiIwZjEyNGYzYzM3YjVhNjA0OTkwNmE5NTE0Y2Q5OTRkYWYwNzNkYzAxIn0= BEGIN_NESTED_COMMIT feat: [dialogflow] added dialogflow_assist_answer feat: added session_ttl feat: added human_agent_side_config feat: added suggestion_input feat: added suggest_dialogflow_assists_response feat: added suggest_entity_extraction_response PiperOrigin-RevId: 542021587 Source-Link: https://togithub.com/googleapis/googleapis/commit/f40416dd8e0b3c6ef0d696cf772b04ce153fc5f5 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/04ca491dec8f35173ee599d7ed07936b4086e96d Copy-Tag: eyJwIjoiamF2YS1kaWFsb2dmbG93Ly5Pd2xCb3QueWFtbCIsImgiOiIwNGNhNDkxZGVjOGYzNTE3M2VlNTk5ZDdlZDA3OTM2YjQwODZlOTZkIn0= END_NESTED_COMMIT
1 parent c235f3a commit 0daa460

File tree

76 files changed

+12457
-1588
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+12457
-1588
lines changed

java-dialogflow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.16.0</version>
23+
<version>26.17.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>

java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/EnvironmentsClient.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ public EnvironmentsStub getStub() {
202202
* }</pre>
203203
*
204204
* @param parent Required. The agent to list all environments from. Format: -
205-
* `projects/&lt;Project Number / ID&gt;/agent` - `projects/&lt;Project Number /
206-
* ID&gt;/locations/&lt;Location ID&gt;/agent`
205+
* `projects/&lt;Project ID&gt;/agent` - `projects/&lt;Project ID&gt;/locations/&lt;Location
206+
* ID&gt;/agent`
207207
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
208208
*/
209209
public final ListEnvironmentsPagedResponse listEnvironments(AgentName parent) {
@@ -235,8 +235,8 @@ public final ListEnvironmentsPagedResponse listEnvironments(AgentName parent) {
235235
* }</pre>
236236
*
237237
* @param parent Required. The agent to list all environments from. Format: -
238-
* `projects/&lt;Project Number / ID&gt;/agent` - `projects/&lt;Project Number /
239-
* ID&gt;/locations/&lt;Location ID&gt;/agent`
238+
* `projects/&lt;Project ID&gt;/agent` - `projects/&lt;Project ID&gt;/locations/&lt;Location
239+
* ID&gt;/agent`
240240
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
241241
*/
242242
public final ListEnvironmentsPagedResponse listEnvironments(String parent) {

java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AnswerFeedback.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ public com.google.cloud.dialogflow.v2.AgentAssistantFeedback getAgentAssistantDe
390390
* <pre>
391391
* Indicates whether the answer/item was clicked by the human agent
392392
* or not. Default to false.
393-
* For knowledge search, the answer record is considered to be clicked if the
394-
* answer was copied or any URI was clicked.
393+
* For knowledge search and knowledge assist, the answer record is considered
394+
* to be clicked if the answer was copied or any URI was clicked.
395395
* </pre>
396396
*
397397
* <code>bool clicked = 3;</code>
@@ -1369,8 +1369,8 @@ public Builder clearAgentAssistantDetailFeedback() {
13691369
* <pre>
13701370
* Indicates whether the answer/item was clicked by the human agent
13711371
* or not. Default to false.
1372-
* For knowledge search, the answer record is considered to be clicked if the
1373-
* answer was copied or any URI was clicked.
1372+
* For knowledge search and knowledge assist, the answer record is considered
1373+
* to be clicked if the answer was copied or any URI was clicked.
13741374
* </pre>
13751375
*
13761376
* <code>bool clicked = 3;</code>
@@ -1387,8 +1387,8 @@ public boolean getClicked() {
13871387
* <pre>
13881388
* Indicates whether the answer/item was clicked by the human agent
13891389
* or not. Default to false.
1390-
* For knowledge search, the answer record is considered to be clicked if the
1391-
* answer was copied or any URI was clicked.
1390+
* For knowledge search and knowledge assist, the answer record is considered
1391+
* to be clicked if the answer was copied or any URI was clicked.
13921392
* </pre>
13931393
*
13941394
* <code>bool clicked = 3;</code>
@@ -1409,8 +1409,8 @@ public Builder setClicked(boolean value) {
14091409
* <pre>
14101410
* Indicates whether the answer/item was clicked by the human agent
14111411
* or not. Default to false.
1412-
* For knowledge search, the answer record is considered to be clicked if the
1413-
* answer was copied or any URI was clicked.
1412+
* For knowledge search and knowledge assist, the answer record is considered
1413+
* to be clicked if the answer was copied or any URI was clicked.
14141414
* </pre>
14151415
*
14161416
* <code>bool clicked = 3;</code>

java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/AnswerFeedbackOrBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ public interface AnswerFeedbackOrBuilder
9393
* <pre>
9494
* Indicates whether the answer/item was clicked by the human agent
9595
* or not. Default to false.
96-
* For knowledge search, the answer record is considered to be clicked if the
97-
* answer was copied or any URI was clicked.
96+
* For knowledge search and knowledge assist, the answer record is considered
97+
* to be clicked if the answer was copied or any URI was clicked.
9898
* </pre>
9999
*
100100
* <code>bool clicked = 3;</code>

0 commit comments

Comments
 (0)