GoogleCloudDialogflowV2Intent constructor
GoogleCloudDialogflowV2Intent({
- String? action,
- List<
String> ? defaultResponsePlatforms, - String? displayName,
- bool? endInteraction,
- List<
String> ? events, - List<
GoogleCloudDialogflowV2IntentFollowupIntentInfo> ? followupIntentInfo, - List<
String> ? inputContextNames, - bool? isFallback,
- bool? liveAgentHandoff,
- List<
GoogleCloudDialogflowV2IntentMessage> ? messages, - bool? mlDisabled,
- String? name,
- List<
GoogleCloudDialogflowV2Context> ? outputContexts, - List<
GoogleCloudDialogflowV2IntentParameter> ? parameters, - String? parentFollowupIntentName,
- int? priority,
- bool? resetContexts,
- String? rootFollowupIntentName,
- List<
GoogleCloudDialogflowV2IntentTrainingPhrase> ? trainingPhrases, - 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,
});