Reference documentation and code samples for the Google Cloud Retail V2 Client class UpdateGenerativeQuestionConfigRequest.
Request for UpdateGenerativeQuestionConfig method.
Generated from protobuf message google.cloud.retail.v2.UpdateGenerativeQuestionConfigRequest
Namespace
Google \ Cloud \ Retail \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ generative_question_config |
GenerativeQuestionConfig
Required. The question to update. |
↳ update_mask |
Google\Protobuf\FieldMask
Optional. Indicates which fields in the provided GenerativeQuestionConfig to update. The following are NOT supported: * * GenerativeQuestionConfig.frequency If not set or empty, all supported fields are updated. |
getGenerativeQuestionConfig
Required. The question to update.
Returns | |
---|---|
Type | Description |
GenerativeQuestionConfig|null |
hasGenerativeQuestionConfig
clearGenerativeQuestionConfig
setGenerativeQuestionConfig
Required. The question to update.
Parameter | |
---|---|
Name | Description |
var |
GenerativeQuestionConfig
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Optional. Indicates which fields in the provided GenerativeQuestionConfig to update. The following are NOT supported:
- GenerativeQuestionConfig.frequency If not set or empty, all supported fields are updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. Indicates which fields in the provided GenerativeQuestionConfig to update. The following are NOT supported:
- GenerativeQuestionConfig.frequency If not set or empty, all supported fields are updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
generativeQuestionConfig |
GenerativeQuestionConfig
Required. The question to update. |
updateMask |
Google\Protobuf\FieldMask
Optional. Indicates which fields in the provided GenerativeQuestionConfig to update. The following are NOT supported: If not set or empty, all supported fields are updated. |
Returns | |
---|---|
Type | Description |
UpdateGenerativeQuestionConfigRequest |