GoogleCloudDialogflowV2MessageAnnotation constructor

GoogleCloudDialogflowV2MessageAnnotation({
  1. bool? containEntities,
  2. List<GoogleCloudDialogflowV2AnnotatedMessagePart>? parts,
})

Implementation

GoogleCloudDialogflowV2MessageAnnotation({
  this.containEntities,
  this.parts,
});