Class SessionName.ProjectLocationAgentEnvironmentSessionBuilder
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3beta1.SessionName.ProjectLocationAgentEnvironmentSessionBuilder
-
- Enclosing class:
- SessionName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class SessionName.ProjectLocationAgentEnvironmentSessionBuilder extends Object
Builder for projects/{project}/locations/{location}/agents/{agent}/environments/{environment}/sessions/{session}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProjectLocationAgentEnvironmentSessionBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionName
build()
String
getAgent()
String
getEnvironment()
String
getLocation()
String
getProject()
String
getSession()
SessionName.ProjectLocationAgentEnvironmentSessionBuilder
setAgent(String agent)
SessionName.ProjectLocationAgentEnvironmentSessionBuilder
setEnvironment(String environment)
SessionName.ProjectLocationAgentEnvironmentSessionBuilder
setLocation(String location)
SessionName.ProjectLocationAgentEnvironmentSessionBuilder
setProject(String project)
SessionName.ProjectLocationAgentEnvironmentSessionBuilder
setSession(String session)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getAgent
public String getAgent()
-
getEnvironment
public String getEnvironment()
-
getSession
public String getSession()
-
setProject
public SessionName.ProjectLocationAgentEnvironmentSessionBuilder setProject(String project)
-
setLocation
public SessionName.ProjectLocationAgentEnvironmentSessionBuilder setLocation(String location)
-
setAgent
public SessionName.ProjectLocationAgentEnvironmentSessionBuilder setAgent(String agent)
-
setEnvironment
public SessionName.ProjectLocationAgentEnvironmentSessionBuilder setEnvironment(String environment)
-
setSession
public SessionName.ProjectLocationAgentEnvironmentSessionBuilder setSession(String session)
-
build
public SessionName build()
-
-