Uses of Class
com.google.cloud.dialogflow.v2.ContextName.Builder
-
Packages that use ContextName.Builder Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of ContextName.Builder in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return ContextName.Builder Modifier and Type Method Description static ContextName.Builder
ContextName. newBuilder()
static ContextName.Builder
ContextName. newProjectSessionContextBuilder()
ContextName.Builder
ContextName.Builder. setContext(String context)
ContextName.Builder
ContextName.Builder. setProject(String project)
ContextName.Builder
ContextName.Builder. setSession(String session)
ContextName.Builder
ContextName. toBuilder()
-