ConversationContent constructor

ConversationContent({
  1. String? transcript,
  2. String? type,
  3. String? text,
})

Implementation

ConversationContent({this.transcript, this.type, this.text});