Class ContextName.ProjectLocationEnvironmentUserSessionContextBuilder
- java.lang.Object
-
- com.google.cloud.dialogflow.v2beta1.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 Object
Builder for projects/{project}/locations/{location}/agent/environments/{environment}/users/{user}/sessions/{session}/contexts/{context}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProjectLocationEnvironmentUserSessionContextBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextName
build()
String
getContext()
String
getEnvironment()
String
getLocation()
String
getProject()
String
getSession()
String
getUser()
ContextName.ProjectLocationEnvironmentUserSessionContextBuilder
setContext(String context)
ContextName.ProjectLocationEnvironmentUserSessionContextBuilder
setEnvironment(String environment)
ContextName.ProjectLocationEnvironmentUserSessionContextBuilder
setLocation(String location)
ContextName.ProjectLocationEnvironmentUserSessionContextBuilder
setProject(String project)
ContextName.ProjectLocationEnvironmentUserSessionContextBuilder
setSession(String session)
ContextName.ProjectLocationEnvironmentUserSessionContextBuilder
setUser(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()
-
-