GoogleCloudRetailV2BatchUpdateGenerativeQuestionConfigsResponse constructor

GoogleCloudRetailV2BatchUpdateGenerativeQuestionConfigsResponse({
  1. List<GoogleCloudRetailV2GenerativeQuestionConfig>? generativeQuestionConfigs,
})

Implementation

GoogleCloudRetailV2BatchUpdateGenerativeQuestionConfigsResponse({
  this.generativeQuestionConfigs,
});