Class SessionName.ProjectLocationSessionBuilder
- java.lang.Object
-
- com.google.cloud.dialogflow.v2beta1.SessionName.ProjectLocationSessionBuilder
-
- Enclosing class:
- SessionName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class SessionName.ProjectLocationSessionBuilder extends ObjectBuilder for projects/{project}/locations/{location}/agent/sessions/{session}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProjectLocationSessionBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionNamebuild()StringgetLocation()StringgetProject()StringgetSession()SessionName.ProjectLocationSessionBuildersetLocation(String location)SessionName.ProjectLocationSessionBuildersetProject(String project)SessionName.ProjectLocationSessionBuildersetSession(String session)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getSession
public String getSession()
-
setProject
public SessionName.ProjectLocationSessionBuilder setProject(String project)
-
setLocation
public SessionName.ProjectLocationSessionBuilder setLocation(String location)
-
setSession
public SessionName.ProjectLocationSessionBuilder setSession(String session)
-
build
public SessionName build()
-
-