AgentRemoteDialogflowAgent constructor

AgentRemoteDialogflowAgent({
  1. String? agent,
  2. String? environmentId,
  3. String? flowId,
  4. Map<String, String>? inputVariableMapping,
  5. String? languageCodeVariable,
  6. Map<String, String>? outputVariableMapping,
  7. bool? respectResponseInterruptionSettings,
})

Implementation

AgentRemoteDialogflowAgent({
  this.agent,
  this.environmentId,
  this.flowId,
  this.inputVariableMapping,
  this.languageCodeVariable,
  this.outputVariableMapping,
  this.respectResponseInterruptionSettings,
});