Uses of Class
com.google.cloud.dialogflow.v2.IntentName
-
Packages that use IntentName Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of IntentName in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return IntentName Modifier and Type Method Description IntentNameIntentName.Builder. build()IntentNameIntentName.ProjectLocationIntentBuilder. build()static IntentNameIntentName. of(String project, String intent)static IntentNameIntentName. ofProjectIntentName(String project, String intent)static IntentNameIntentName. ofProjectLocationIntentName(String project, String location, String intent)static IntentNameIntentName. parse(String formattedString)Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type IntentName Modifier and Type Method Description static List<IntentName>IntentName. parseList(List<String> formattedStrings)Methods in com.google.cloud.dialogflow.v2 with parameters of type IntentName Modifier and Type Method Description voidIntentsClient. deleteIntent(IntentName name)Deletes the specified intent and its direct or indirect followup intents.IntentIntentsClient. getIntent(IntentName name)Retrieves the specified intent.IntentIntentsClient. getIntent(IntentName name, String languageCode)Retrieves the specified intent.Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type IntentName Modifier and Type Method Description static List<String>IntentName. toStringList(List<IntentName> values)
-