Skip to content

Commit

Permalink
feat: added dialogflow_assist_answer (#6376)
Browse files Browse the repository at this point in the history
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: googleapis/googleapis@f40416d
Source-Link: googleapis/googleapis-gen@04ca491
Copy-Tag: eyJwIjoiRGlhbG9nZmxvdy8uT3dsQm90LnlhbWwiLCJoIjoiMDRjYTQ5MWRlYzhmMzUxNzNlZTU5OWQ3ZWQwNzkzNmI0MDg2ZTk2ZCJ9
  • Loading branch information
gcf-owl-bot[bot] authored Jun 21, 2023
1 parent 249e84e commit 159d778
Show file tree
Hide file tree
Showing 11 changed files with 91 additions and 31 deletions.
Binary file modified Dialogflow/metadata/V2/ConversationProfile.php
Binary file not shown.
Binary file modified Dialogflow/metadata/V2/Document.php
Binary file not shown.
16 changes: 8 additions & 8 deletions Dialogflow/src/V2/AnswerFeedback.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 56 additions & 0 deletions Dialogflow/src/V2/AutomatedAgentConfig.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Dialogflow/src/V2/Document.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dialogflow/src/V2/Gapic/ConversationsGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,7 @@ public function listMessages($parent, array $optionalArgs = [])
* [latest_message] to use as context when compiling the
* suggestion. By default 500 and at most 1000.
* @type AssistQueryParameters $assistQueryParams
* Parameters for a human assist query.
* Parameters for a human assist query. Only used for POC/demo purpose.
* @type RetrySettings|array $retrySettings
* Retry settings to use for this call. Can be a {@see RetrySettings} object, or an
* associative array of retry settings parameters. See the documentation on
Expand Down
2 changes: 1 addition & 1 deletion Dialogflow/src/V2/Gapic/DocumentsGapicClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ public function getDocument($name, array $optionalArgs = [])
* Optional.
*
* @type GcsSources $gcsSource
* The Google Cloud Storage location for the documents.
* Optional. The Google Cloud Storage location for the documents.
* The path can include a wildcard.
*
* These URIs may have the forms
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Dialogflow/src/V2/ImportDocumentsRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Dialogflow/src/V2/SuggestConversationSummaryRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 159d778

Please sign in to comment.