Package com.google.cloud.dialogflow.v2
Class AnswerRecordName.ProjectLocationAnswerRecordBuilder
- java.lang.Object
-
- com.google.cloud.dialogflow.v2.AnswerRecordName.ProjectLocationAnswerRecordBuilder
-
- Enclosing class:
- AnswerRecordName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class AnswerRecordName.ProjectLocationAnswerRecordBuilder extends Object
Builder for projects/{project}/locations/{location}/answerRecords/{answer_record}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProjectLocationAnswerRecordBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnswerRecordName
build()
String
getAnswerRecord()
String
getLocation()
String
getProject()
AnswerRecordName.ProjectLocationAnswerRecordBuilder
setAnswerRecord(String answerRecord)
AnswerRecordName.ProjectLocationAnswerRecordBuilder
setLocation(String location)
AnswerRecordName.ProjectLocationAnswerRecordBuilder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getAnswerRecord
public String getAnswerRecord()
-
setProject
public AnswerRecordName.ProjectLocationAnswerRecordBuilder setProject(String project)
-
setLocation
public AnswerRecordName.ProjectLocationAnswerRecordBuilder setLocation(String location)
-
setAnswerRecord
public AnswerRecordName.ProjectLocationAnswerRecordBuilder setAnswerRecord(String answerRecord)
-
build
public AnswerRecordName build()
-
-