Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static List<IntentName> |
IntentName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
IntentName.toStringList(List<IntentName> values) |
Copyright © 2022 Google LLC. All rights reserved.