Class ContextName.ProjectLocationSessionContextBuilder
- java.lang.Object
-
- com.google.cloud.dialogflow.v2beta1.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 ObjectBuilder for projects/{project}/locations/{location}/agent/sessions/{session}/contexts/{context}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProjectLocationSessionContextBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextNamebuild()StringgetContext()StringgetLocation()StringgetProject()StringgetSession()ContextName.ProjectLocationSessionContextBuildersetContext(String context)ContextName.ProjectLocationSessionContextBuildersetLocation(String location)ContextName.ProjectLocationSessionContextBuildersetProject(String project)ContextName.ProjectLocationSessionContextBuildersetSession(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()
-
-