GoogleCloudRetailV2UpdateGenerativeQuestionConfigRequest constructor

GoogleCloudRetailV2UpdateGenerativeQuestionConfigRequest({
  1. GoogleCloudRetailV2GenerativeQuestionConfig? generativeQuestionConfig,
  2. String? updateMask,
})

Implementation

GoogleCloudRetailV2UpdateGenerativeQuestionConfigRequest({
  this.generativeQuestionConfig,
  this.updateMask,
});