Package com.google.cloud.dialogflow.v2
Class ContextName.ProjectLocationEnvironmentUserSessionContextBuilder
- java.lang.Object
-
- com.google.cloud.dialogflow.v2.ContextName.ProjectLocationEnvironmentUserSessionContextBuilder
-
- Enclosing class:
- ContextName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class ContextName.ProjectLocationEnvironmentUserSessionContextBuilder extends ObjectBuilder for projects/{project}/locations/{location}/agent/environments/{environment}/users/{user}/sessions/{session}/contexts/{context}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProjectLocationEnvironmentUserSessionContextBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextNamebuild()StringgetContext()StringgetEnvironment()StringgetLocation()StringgetProject()StringgetSession()StringgetUser()ContextName.ProjectLocationEnvironmentUserSessionContextBuildersetContext(String context)ContextName.ProjectLocationEnvironmentUserSessionContextBuildersetEnvironment(String environment)ContextName.ProjectLocationEnvironmentUserSessionContextBuildersetLocation(String location)ContextName.ProjectLocationEnvironmentUserSessionContextBuildersetProject(String project)ContextName.ProjectLocationEnvironmentUserSessionContextBuildersetSession(String session)ContextName.ProjectLocationEnvironmentUserSessionContextBuildersetUser(String user)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getEnvironment
public String getEnvironment()
-
getUser
public String getUser()
-
getSession
public String getSession()
-
getContext
public String getContext()
-
setProject
public ContextName.ProjectLocationEnvironmentUserSessionContextBuilder setProject(String project)
-
setLocation
public ContextName.ProjectLocationEnvironmentUserSessionContextBuilder setLocation(String location)
-
setEnvironment
public ContextName.ProjectLocationEnvironmentUserSessionContextBuilder setEnvironment(String environment)
-
setUser
public ContextName.ProjectLocationEnvironmentUserSessionContextBuilder setUser(String user)
-
setSession
public ContextName.ProjectLocationEnvironmentUserSessionContextBuilder setSession(String session)
-
setContext
public ContextName.ProjectLocationEnvironmentUserSessionContextBuilder setContext(String context)
-
build
public ContextName build()
-
-