Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [Dialogflow] added dialogflow_assist_answer #6376

Merged
merged 2 commits into from
Jun 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

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