Intent Args
fun IntentArgs(action: Output<String>? = null, defaultResponsePlatforms: Output<List<IntentDefaultResponsePlatformsItem>>? = null, displayName: Output<String>? = null, endInteraction: Output<Boolean>? = null, events: Output<List<String>>? = null, inputContextNames: Output<List<String>>? = null, intentView: Output<String>? = null, isFallback: Output<Boolean>? = null, languageCode: Output<String>? = null, liveAgentHandoff: Output<Boolean>? = null, location: Output<String>? = null, messages: Output<List<GoogleCloudDialogflowV2beta1IntentMessageArgs>>? = null, mlDisabled: Output<Boolean>? = null, mlEnabled: Output<Boolean>? = null, name: Output<String>? = null, outputContexts: Output<List<GoogleCloudDialogflowV2beta1ContextArgs>>? = null, parameters: Output<List<GoogleCloudDialogflowV2beta1IntentParameterArgs>>? = null, parentFollowupIntentName: Output<String>? = null, priority: Output<Int>? = null, project: Output<String>? = null, resetContexts: Output<Boolean>? = null, trainingPhrases: Output<List<GoogleCloudDialogflowV2beta1IntentTrainingPhraseArgs>>? = null, webhookState: Output<IntentWebhookState>? = null)