ConfirmationResult constructor

ConfirmationResult({
  1. String? confirmationIntent,
  2. String? confirmedResult,
  3. String? voiceInput,
  4. bool? isSuccess,
})

Implementation

ConfirmationResult(
    {this.confirmationIntent,
    this.confirmedResult,
    this.voiceInput,
    this.isSuccess});