Class SessionName.ProjectLocationAgentEnvironmentSessionBuilder
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3.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 ObjectBuilder for projects/{project}/locations/{location}/agents/{agent}/environments/{environment}/sessions/{session}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProjectLocationAgentEnvironmentSessionBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionNamebuild()StringgetAgent()StringgetEnvironment()StringgetLocation()StringgetProject()StringgetSession()SessionName.ProjectLocationAgentEnvironmentSessionBuildersetAgent(String agent)SessionName.ProjectLocationAgentEnvironmentSessionBuildersetEnvironment(String environment)SessionName.ProjectLocationAgentEnvironmentSessionBuildersetLocation(String location)SessionName.ProjectLocationAgentEnvironmentSessionBuildersetProject(String project)SessionName.ProjectLocationAgentEnvironmentSessionBuildersetSession(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()
-
-