Package com.google.cloud.dialogflow.v2
Class SessionName.Builder
- java.lang.Object
-
- com.google.cloud.dialogflow.v2.SessionName.Builder
-
- Enclosing class:
- SessionName
public static class SessionName.Builder extends Object
Builder for projects/{project}/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
getProject()
String
getSession()
SessionName.Builder
setProject(String project)
SessionName.Builder
setSession(String session)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getSession
public String getSession()
-
setProject
public SessionName.Builder setProject(String project)
-
setSession
public SessionName.Builder setSession(String session)
-
build
public SessionName build()
-
-