Uses of Class
com.google.cloud.dialogflow.v2.AnswerRecordName
-
Packages that use AnswerRecordName Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of AnswerRecordName in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return AnswerRecordName Modifier and Type Method Description AnswerRecordName
AnswerRecordName.Builder. build()
AnswerRecordName
AnswerRecordName.ProjectLocationAnswerRecordBuilder. build()
static AnswerRecordName
AnswerRecordName. of(String project, String answerRecord)
static AnswerRecordName
AnswerRecordName. ofProjectAnswerRecordName(String project, String answerRecord)
static AnswerRecordName
AnswerRecordName. ofProjectLocationAnswerRecordName(String project, String location, String answerRecord)
static AnswerRecordName
AnswerRecordName. parse(String formattedString)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type AnswerRecordName Modifier and Type Method Description static List<AnswerRecordName>
AnswerRecordName. parseList(List<String> formattedStrings)
Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type AnswerRecordName Modifier and Type Method Description static List<String>
AnswerRecordName. toStringList(List<AnswerRecordName> values)
-