GoogleCloudDialogflowV2SpeechContext constructor

GoogleCloudDialogflowV2SpeechContext({
  1. double? boost,
  2. List<String>? phrases,
})

Implementation

GoogleCloudDialogflowV2SpeechContext({
  this.boost,
  this.phrases,
});