Uses of Class
com.google.cloud.dialogflow.v2beta1.IntentName
-
Packages that use IntentName Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of IntentName in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 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.v2beta1 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.v2beta1 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.v2beta1 with type arguments of type IntentName Modifier and Type Method Description static List<String>IntentName. toStringList(List<IntentName> values)
-