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 Object
Builder for projects/{project}/locations/{location}/agent/environments/{environment}/users/{user}/sessions/{session}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProjectLocationEnvironmentUserSessionBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionName
build()
String
getEnvironment()
String
getLocation()
String
getProject()
String
getSession()
String
getUser()
SessionName.ProjectLocationEnvironmentUserSessionBuilder
setEnvironment(String environment)
SessionName.ProjectLocationEnvironmentUserSessionBuilder
setLocation(String location)
SessionName.ProjectLocationEnvironmentUserSessionBuilder
setProject(String project)
SessionName.ProjectLocationEnvironmentUserSessionBuilder
setSession(String session)
SessionName.ProjectLocationEnvironmentUserSessionBuilder
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()
-
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()
-
-