GoogleCloudDialogflowV2Message constructor

GoogleCloudDialogflowV2Message({
  1. String? content,
  2. String? createTime,
  3. String? languageCode,
  4. GoogleCloudDialogflowV2MessageAnnotation? messageAnnotation,
  5. String? name,
  6. String? participant,
  7. String? participantRole,
  8. String? sendTime,
  9. GoogleCloudDialogflowV2SentimentAnalysisResult? sentimentAnalysis,
})

Implementation

GoogleCloudDialogflowV2Message({
  this.content,
  this.createTime,
  this.languageCode,
  this.messageAnnotation,
  this.name,
  this.participant,
  this.participantRole,
  this.sendTime,
  this.sentimentAnalysis,
});