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