Uses of Class
com.google.cloud.dialogflow.v2.ContextName
-
Packages that use ContextName Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of ContextName in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return ContextName Modifier and Type Method Description ContextName
ContextName.Builder. build()
ContextName
ContextName.ProjectEnvironmentUserSessionContextBuilder. build()
ContextName
ContextName.ProjectLocationEnvironmentUserSessionContextBuilder. build()
ContextName
ContextName.ProjectLocationSessionContextBuilder. build()
static ContextName
ContextName. of(String project, String session, String context)
static ContextName
ContextName. ofProjectEnvironmentUserSessionContextName(String project, String environment, String user, String session, String context)
static ContextName
ContextName. ofProjectLocationEnvironmentUserSessionContextName(String project, String location, String environment, String user, String session, String context)
static ContextName
ContextName. ofProjectLocationSessionContextName(String project, String location, String session, String context)
static ContextName
ContextName. ofProjectSessionContextName(String project, String session, String context)
static ContextName
ContextName. parse(String formattedString)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type ContextName Modifier and Type Method Description static List<ContextName>
ContextName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.dialogflow.v2 with parameters of type ContextName Modifier and Type Method Description void
ContextsClient. deleteContext(ContextName name)
Deletes the specified context.Context
ContextsClient. getContext(ContextName name)
Retrieves the specified context.Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type ContextName Modifier and Type Method Description static List<String>
ContextName. toStringList(List<ContextName> values)
-