GoogleCloudDialogflowV2Intent constructor

GoogleCloudDialogflowV2Intent({
  1. String? action,
  2. List<String>? defaultResponsePlatforms,
  3. String? displayName,
  4. bool? endInteraction,
  5. List<String>? events,
  6. List<GoogleCloudDialogflowV2IntentFollowupIntentInfo>? followupIntentInfo,
  7. List<String>? inputContextNames,
  8. bool? isFallback,
  9. bool? liveAgentHandoff,
  10. List<GoogleCloudDialogflowV2IntentMessage>? messages,
  11. bool? mlDisabled,
  12. String? name,
  13. List<GoogleCloudDialogflowV2Context>? outputContexts,
  14. List<GoogleCloudDialogflowV2IntentParameter>? parameters,
  15. String? parentFollowupIntentName,
  16. int? priority,
  17. bool? resetContexts,
  18. String? rootFollowupIntentName,
  19. List<GoogleCloudDialogflowV2IntentTrainingPhrase>? trainingPhrases,
  20. String? webhookState,
})

Implementation

GoogleCloudDialogflowV2Intent({
  this.action,
  this.defaultResponsePlatforms,
  this.displayName,
  this.endInteraction,
  this.events,
  this.followupIntentInfo,
  this.inputContextNames,
  this.isFallback,
  this.liveAgentHandoff,
  this.messages,
  this.mlDisabled,
  this.name,
  this.outputContexts,
  this.parameters,
  this.parentFollowupIntentName,
  this.priority,
  this.resetContexts,
  this.rootFollowupIntentName,
  this.trainingPhrases,
  this.webhookState,
});