Skip to content

Commit 36fb4f6

Browse files
1 parent 3672247 commit 36fb4f6

6 files changed

Lines changed: 11 additions & 10 deletions

src/CloudRetail/GoogleCloudRetailV2ConversationalSearchRequestSearchParams.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class GoogleCloudRetailV2ConversationalSearchRequestSearchParams extends \Google
3838
public $filter;
3939
/**
4040
* Optional. The sort string to specify the sorting of search results. The
41-
* syntax of the sort string is the same as SearchRequest.sort.
41+
* syntax of the sort string is the same as SearchRequest.order_by.
4242
*
4343
* @var string
4444
*/
@@ -98,7 +98,7 @@ public function getFilter()
9898
}
9999
/**
100100
* Optional. The sort string to specify the sorting of search results. The
101-
* syntax of the sort string is the same as SearchRequest.sort.
101+
* syntax of the sort string is the same as SearchRequest.order_by.
102102
*
103103
* @param string $sortBy
104104
*/

src/CloudRetail/GoogleCloudRetailV2ConversationalSearchRequestUserAnswer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class GoogleCloudRetailV2ConversationalSearchRequestUserAnswer extends \Google\M
3232
/**
3333
* Optional. This field specifies the selected answer during the
3434
* conversational search. This should be a subset of
35-
* ConversationalSearchResponse.followup_question.suggested_answers.
35+
* ConversationalSearchResponse.FollowupQuestion.SuggestedAnswer.
3636
*
3737
* @param GoogleCloudRetailV2ConversationalSearchRequestUserAnswerSelectedAnswer $selectedAnswer
3838
*/

src/CloudRetail/GoogleCloudRetailV2ConversationalSearchResponseConversationalFilteringResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class GoogleCloudRetailV2ConversationalSearchResponseConversationalFilteringResu
2727
/**
2828
* This is the incremental additional filters implied from the current user
2929
* answer. User should add the suggested addition filters to the previous
30-
* ConversationalSearchRequest.search_params.filter and SearchRequest.filter,
30+
* ConversationalSearchRequest.SearchParams.filter and SearchRequest.filter,
3131
* and use the merged filter in the follow up requests.
3232
*
3333
* @param GoogleCloudRetailV2ConversationalSearchResponseConversationalFilteringResultAdditionalFilter $additionalFilter

src/CloudRetail/GoogleCloudRetailV2ExportAnalyticsMetricsRequest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ public function getFilter()
6363
return $this->filter;
6464
}
6565
/**
66-
* Required. The output location of the data.
66+
* Required. The output location of the data. Only `bigquery_destination` is
67+
* supported, and `bigquery_destination.table_type` must be set to `view`.
6768
*
6869
* @param GoogleCloudRetailV2OutputConfig $outputConfig
6970
*/

src/CloudRetail/GoogleCloudRetailV2SearchRequestConversationalSearchSpec.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ class GoogleCloudRetailV2SearchRequestConversationalSearchSpec extends \Google\M
2222
/**
2323
* This field specifies the conversation id, which maintains the state of the
2424
* conversation between client side and server side. Use the value from the
25-
* previous ConversationalSearchResult.conversation_id. For the initial
26-
* request, this should be empty.
25+
* previous SearchResponse.ConversationalSearchResult.conversation_id. For the
26+
* initial request, this should be empty.
2727
*
2828
* @var string
2929
*/
@@ -43,8 +43,8 @@ class GoogleCloudRetailV2SearchRequestConversationalSearchSpec extends \Google\M
4343
/**
4444
* This field specifies the conversation id, which maintains the state of the
4545
* conversation between client side and server side. Use the value from the
46-
* previous ConversationalSearchResult.conversation_id. For the initial
47-
* request, this should be empty.
46+
* previous SearchResponse.ConversationalSearchResult.conversation_id. For the
47+
* initial request, this should be empty.
4848
*
4949
* @param string $conversationId
5050
*/

src/CloudRetail/GoogleCloudRetailV2SearchRequestConversationalSearchSpecUserAnswer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class GoogleCloudRetailV2SearchRequestConversationalSearchSpecUserAnswer extends
3232
/**
3333
* This field specifies the selected attributes during the conversational
3434
* search. This should be a subset of
35-
* ConversationalSearchResult.suggested_answers.
35+
* SearchResponse.ConversationalSearchResult.suggested_answers.
3636
*
3737
* @param GoogleCloudRetailV2SearchRequestConversationalSearchSpecUserAnswerSelectedAnswer $selectedAnswer
3838
*/

0 commit comments

Comments
 (0)