Package com.google.cloud.dialogflow.v2
Class SessionName.ProjectLocationEnvironmentUserSessionBuilder
- java.lang.Object
-
- com.google.cloud.dialogflow.v2.SessionName.ProjectLocationEnvironmentUserSessionBuilder
-
- Enclosing class:
- SessionName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class SessionName.ProjectLocationEnvironmentUserSessionBuilder extends ObjectBuilder for projects/{project}/locations/{location}/agent/environments/{environment}/users/{user}/sessions/{session}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProjectLocationEnvironmentUserSessionBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionNamebuild()StringgetEnvironment()StringgetLocation()StringgetProject()StringgetSession()StringgetUser()SessionName.ProjectLocationEnvironmentUserSessionBuildersetEnvironment(String environment)SessionName.ProjectLocationEnvironmentUserSessionBuildersetLocation(String location)SessionName.ProjectLocationEnvironmentUserSessionBuildersetProject(String project)SessionName.ProjectLocationEnvironmentUserSessionBuildersetSession(String session)SessionName.ProjectLocationEnvironmentUserSessionBuildersetUser(String user)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getEnvironment
public String getEnvironment()
-
getUser
public String getUser()
-
getSession
public String getSession()
-
setProject
public SessionName.ProjectLocationEnvironmentUserSessionBuilder setProject(String project)
-
setLocation
public SessionName.ProjectLocationEnvironmentUserSessionBuilder setLocation(String location)
-
setEnvironment
public SessionName.ProjectLocationEnvironmentUserSessionBuilder setEnvironment(String environment)
-
setUser
public SessionName.ProjectLocationEnvironmentUserSessionBuilder setUser(String user)
-
setSession
public SessionName.ProjectLocationEnvironmentUserSessionBuilder setSession(String session)
-
build
public SessionName build()
-
-