GoogleCloudDialogflowV2SuggestionInput constructor

GoogleCloudDialogflowV2SuggestionInput({
  1. String? action,
  2. String? answerRecord,
  3. Map<String, Object?>? parameters,
  4. String? sendTime,
})

Implementation

GoogleCloudDialogflowV2SuggestionInput({
  this.action,
  this.answerRecord,
  this.parameters,
  this.sendTime,
});