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 ContextNameContextName.Builder. build()ContextNameContextName.ProjectEnvironmentUserSessionContextBuilder. build()ContextNameContextName.ProjectLocationEnvironmentUserSessionContextBuilder. build()ContextNameContextName.ProjectLocationSessionContextBuilder. build()static ContextNameContextName. of(String project, String session, String context)static ContextNameContextName. ofProjectEnvironmentUserSessionContextName(String project, String environment, String user, String session, String context)static ContextNameContextName. ofProjectLocationEnvironmentUserSessionContextName(String project, String location, String environment, String user, String session, String context)static ContextNameContextName. ofProjectLocationSessionContextName(String project, String location, String session, String context)static ContextNameContextName. ofProjectSessionContextName(String project, String session, String context)static ContextNameContextName. 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 voidContextsClient. deleteContext(ContextName name)Deletes the specified context.ContextContextsClient. 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)
-