Skip to content

Commit

Permalink
feat: [dialogflow] added dialogflow_assist_answer (#9565)
Browse files Browse the repository at this point in the history
- [ ] 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
  • Loading branch information
gcf-owl-bot[bot] authored Jun 22, 2023
1 parent c235f3a commit 0daa460
Show file tree
Hide file tree
Showing 76 changed files with 12,457 additions and 1,588 deletions.
2 changes: 1 addition & 1 deletion java-dialogflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.16.0</version>
<version>26.17.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ public EnvironmentsStub getStub() {
* }</pre>
*
* @param parent Required. The agent to list all environments from. Format: -
* `projects/&lt;Project Number / ID&gt;/agent` - `projects/&lt;Project Number /
* ID&gt;/locations/&lt;Location ID&gt;/agent`
* `projects/&lt;Project ID&gt;/agent` - `projects/&lt;Project ID&gt;/locations/&lt;Location
* ID&gt;/agent`
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ListEnvironmentsPagedResponse listEnvironments(AgentName parent) {
Expand Down Expand Up @@ -235,8 +235,8 @@ public final ListEnvironmentsPagedResponse listEnvironments(AgentName parent) {
* }</pre>
*
* @param parent Required. The agent to list all environments from. Format: -
* `projects/&lt;Project Number / ID&gt;/agent` - `projects/&lt;Project Number /
* ID&gt;/locations/&lt;Location ID&gt;/agent`
* `projects/&lt;Project ID&gt;/agent` - `projects/&lt;Project ID&gt;/locations/&lt;Location
* ID&gt;/agent`
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ListEnvironmentsPagedResponse listEnvironments(String parent) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,8 @@ public com.google.cloud.dialogflow.v2.AgentAssistantFeedback getAgentAssistantDe
* <pre>
* Indicates whether the answer/item was clicked by the human agent
* or not. Default to false.
* For knowledge search, the answer record is considered to be clicked if the
* answer was copied or any URI was clicked.
* For knowledge search and knowledge assist, the answer record is considered
* to be clicked if the answer was copied or any URI was clicked.
* </pre>
*
* <code>bool clicked = 3;</code>
Expand Down Expand Up @@ -1369,8 +1369,8 @@ public Builder clearAgentAssistantDetailFeedback() {
* <pre>
* Indicates whether the answer/item was clicked by the human agent
* or not. Default to false.
* For knowledge search, the answer record is considered to be clicked if the
* answer was copied or any URI was clicked.
* For knowledge search and knowledge assist, the answer record is considered
* to be clicked if the answer was copied or any URI was clicked.
* </pre>
*
* <code>bool clicked = 3;</code>
Expand All @@ -1387,8 +1387,8 @@ public boolean getClicked() {
* <pre>
* Indicates whether the answer/item was clicked by the human agent
* or not. Default to false.
* For knowledge search, the answer record is considered to be clicked if the
* answer was copied or any URI was clicked.
* For knowledge search and knowledge assist, the answer record is considered
* to be clicked if the answer was copied or any URI was clicked.
* </pre>
*
* <code>bool clicked = 3;</code>
Expand All @@ -1409,8 +1409,8 @@ public Builder setClicked(boolean value) {
* <pre>
* Indicates whether the answer/item was clicked by the human agent
* or not. Default to false.
* For knowledge search, the answer record is considered to be clicked if the
* answer was copied or any URI was clicked.
* For knowledge search and knowledge assist, the answer record is considered
* to be clicked if the answer was copied or any URI was clicked.
* </pre>
*
* <code>bool clicked = 3;</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ public interface AnswerFeedbackOrBuilder
* <pre>
* Indicates whether the answer/item was clicked by the human agent
* or not. Default to false.
* For knowledge search, the answer record is considered to be clicked if the
* answer was copied or any URI was clicked.
* For knowledge search and knowledge assist, the answer record is considered
* to be clicked if the answer was copied or any URI was clicked.
* </pre>
*
* <code>bool clicked = 3;</code>
Expand Down
Loading

0 comments on commit 0daa460

Please sign in to comment.