Class SessionName.Builder
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3.SessionName.Builder
-
- Enclosing class:
- SessionName
public static class SessionName.Builder extends Object
Builder for projects/{project}/locations/{location}/agents/{agent}/sessions/{session}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionName
build()
String
getAgent()
String
getLocation()
String
getProject()
String
getSession()
SessionName.Builder
setAgent(String agent)
SessionName.Builder
setLocation(String location)
SessionName.Builder
setProject(String project)
SessionName.Builder
setSession(String session)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getAgent
public String getAgent()
-
getSession
public String getSession()
-
setProject
public SessionName.Builder setProject(String project)
-
setLocation
public SessionName.Builder setLocation(String location)
-
setAgent
public SessionName.Builder setAgent(String agent)
-
setSession
public SessionName.Builder setSession(String session)
-
build
public SessionName build()
-
-