View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2UpdateGenerativeQuestionConfigRequest (google_api_retail v0.19.1)
Request for UpdateGenerativeQuestionConfig method.
Attributes
-
generativeQuestionConfig
(type:GoogleApi.Retail.V2.Model.GoogleCloudRetailV2GenerativeQuestionConfig.t
, default:nil
) - Required. The question to update. -
updateMask
(type:String.t
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2UpdateGenerativeQuestionConfigRequest{ generativeQuestionConfig: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2GenerativeQuestionConfig.t() | nil, updateMask: String.t() | nil }