Package com.google.cloud.dialogflow.v2
Class ContextName.ProjectLocationSessionContextBuilder
- java.lang.Object
-
- com.google.cloud.dialogflow.v2.ContextName.ProjectLocationSessionContextBuilder
-
- Enclosing class:
- ContextName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class ContextName.ProjectLocationSessionContextBuilder extends Object
Builder for projects/{project}/locations/{location}/agent/sessions/{session}/contexts/{context}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProjectLocationSessionContextBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextName
build()
String
getContext()
String
getLocation()
String
getProject()
String
getSession()
ContextName.ProjectLocationSessionContextBuilder
setContext(String context)
ContextName.ProjectLocationSessionContextBuilder
setLocation(String location)
ContextName.ProjectLocationSessionContextBuilder
setProject(String project)
ContextName.ProjectLocationSessionContextBuilder
setSession(String session)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getSession
public String getSession()
-
getContext
public String getContext()
-
setProject
public ContextName.ProjectLocationSessionContextBuilder setProject(String project)
-
setLocation
public ContextName.ProjectLocationSessionContextBuilder setLocation(String location)
-
setSession
public ContextName.ProjectLocationSessionContextBuilder setSession(String session)
-
setContext
public ContextName.ProjectLocationSessionContextBuilder setContext(String context)
-
build
public ContextName build()
-
-