GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerPart constructor

GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerPart({
  1. List<int>? supportingIndices,
  2. String? text,
})

Implementation

GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerPart({
  this.supportingIndices,
  this.text,
});