Intent Args
fun IntentArgs(agentId: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, isFallback: Output<Boolean>? = null, labels: Output<Map<String, String>>? = null, languageCode: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, parameters: Output<List<GoogleCloudDialogflowCxV3beta1IntentParameterArgs>>? = null, priority: Output<Int>? = null, project: Output<String>? = null, trainingPhrases: Output<List<GoogleCloudDialogflowCxV3beta1IntentTrainingPhraseArgs>>? = null)