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 IntentName
IntentName.Builder. build()
IntentName
IntentName.ProjectLocationIntentBuilder. build()
static IntentName
IntentName. of(String project, String intent)
static IntentName
IntentName. ofProjectIntentName(String project, String intent)
static IntentName
IntentName. ofProjectLocationIntentName(String project, String location, String intent)
static IntentName
IntentName. 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 void
IntentsClient. deleteIntent(IntentName name)
Deletes the specified intent and its direct or indirect followup intents.Intent
IntentsClient. getIntent(IntentName name)
Retrieves the specified intent.Intent
IntentsClient. 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)
-