Uses of Class
com.google.cloud.dialogflow.v2beta1.EnvironmentSessionName
-
Packages that use EnvironmentSessionName Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of EnvironmentSessionName in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return EnvironmentSessionName Modifier and Type Method Description EnvironmentSessionName
EnvironmentSessionName.Builder. build()
static EnvironmentSessionName
EnvironmentSessionName. of(String project, String environment, String user, String session)
static EnvironmentSessionName
EnvironmentSessionName. parse(String formattedString)
Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type EnvironmentSessionName Modifier and Type Method Description static List<EnvironmentSessionName>
EnvironmentSessionName. parseList(List<String> formattedStrings)
Method parameters in com.google.cloud.dialogflow.v2beta1 with type arguments of type EnvironmentSessionName Modifier and Type Method Description static List<String>
EnvironmentSessionName. toStringList(List<EnvironmentSessionName> values)
-