View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2BatchUpdateGenerativeQuestionConfigsResponse (google_api_retail v0.19.1)
Aggregated response for UpdateGenerativeQuestionConfig method.
Attributes
-
generativeQuestionConfigs
(type:list(GoogleApi.Retail.V2.Model.GoogleCloudRetailV2GenerativeQuestionConfig.t)
, default:nil
) - Optional. The updates question configs.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2BatchUpdateGenerativeQuestionConfigsResponse{ generativeQuestionConfigs: [ GoogleApi.Retail.V2.Model.GoogleCloudRetailV2GenerativeQuestionConfig.t() ] | nil }