Reference documentation and code samples for the Google Cloud Retail V2 Client class ListGenerativeQuestionConfigsResponse.
Response for ListQuestions method.
Generated from protobuf message google.cloud.retail.v2.ListGenerativeQuestionConfigsResponse
Namespace
Google \ Cloud \ Retail \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ generative_question_configs |
array<GenerativeQuestionConfig>
All the questions for a given catalog. |
getGenerativeQuestionConfigs
All the questions for a given catalog.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setGenerativeQuestionConfigs
All the questions for a given catalog.
Parameter | |
---|---|
Name | Description |
var |
array<GenerativeQuestionConfig>
|
Returns | |
---|---|
Type | Description |
$this |