GoogleCloudDialogflowV2Message constructor
GoogleCloudDialogflowV2Message({
- String? content,
- String? createTime,
- String? languageCode,
- GoogleCloudDialogflowV2MessageAnnotation? messageAnnotation,
- String? name,
- String? participant,
- String? participantRole,
- String? sendTime,
- GoogleCloudDialogflowV2SentimentAnalysisResult? sentimentAnalysis,
Implementation
GoogleCloudDialogflowV2Message({
this.content,
this.createTime,
this.languageCode,
this.messageAnnotation,
this.name,
this.participant,
this.participantRole,
this.sendTime,
this.sentimentAnalysis,
});