Uses of Class
com.google.cloud.dialogflow.v2.FulfillmentName
-
Packages that use FulfillmentName Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of FulfillmentName in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return FulfillmentName Modifier and Type Method Description FulfillmentName
FulfillmentName.Builder. build()
FulfillmentName
FulfillmentName.ProjectLocationBuilder. build()
static FulfillmentName
FulfillmentName. of(String project)
static FulfillmentName
FulfillmentName. ofProjectLocationName(String project, String location)
static FulfillmentName
FulfillmentName. ofProjectName(String project)
static FulfillmentName
FulfillmentName. parse(String formattedString)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type FulfillmentName Modifier and Type Method Description static List<FulfillmentName>
FulfillmentName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.dialogflow.v2 with parameters of type FulfillmentName Modifier and Type Method Description Fulfillment
FulfillmentsClient. getFulfillment(FulfillmentName name)
Retrieves the fulfillment.Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type FulfillmentName Modifier and Type Method Description static List<String>
FulfillmentName. toStringList(List<FulfillmentName> values)
-