GoogleCloudDialogflowV2AnnotatedMessagePart constructor

GoogleCloudDialogflowV2AnnotatedMessagePart({
  1. String? entityType,
  2. Object? formattedValue,
  3. String? text,
})

Implementation

GoogleCloudDialogflowV2AnnotatedMessagePart({
  this.entityType,
  this.formattedValue,
  this.text,
});