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 FulfillmentNameFulfillmentName.Builder. build()FulfillmentNameFulfillmentName.ProjectLocationBuilder. build()static FulfillmentNameFulfillmentName. of(String project)static FulfillmentNameFulfillmentName. ofProjectLocationName(String project, String location)static FulfillmentNameFulfillmentName. ofProjectName(String project)static FulfillmentNameFulfillmentName. 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 FulfillmentFulfillmentsClient. 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)
-