GoogleCloudRetailV2GenerativeQuestionConfig constructor

GoogleCloudRetailV2GenerativeQuestionConfig({
  1. bool? allowedInConversation,
  2. String? catalog,
  3. List<String>? exampleValues,
  4. String? facet,
  5. String? finalQuestion,
  6. double? frequency,
  7. String? generatedQuestion,
})

Implementation

GoogleCloudRetailV2GenerativeQuestionConfig({
  this.allowedInConversation,
  this.catalog,
  this.exampleValues,
  this.facet,
  this.finalQuestion,
  this.frequency,
  this.generatedQuestion,
});