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 AnswerRecordNameAnswerRecordName.Builder. build()AnswerRecordNameAnswerRecordName.ProjectLocationAnswerRecordBuilder. build()static AnswerRecordNameAnswerRecordName. of(String project, String answerRecord)static AnswerRecordNameAnswerRecordName. ofProjectAnswerRecordName(String project, String answerRecord)static AnswerRecordNameAnswerRecordName. ofProjectLocationAnswerRecordName(String project, String location, String answerRecord)static AnswerRecordNameAnswerRecordName. 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)
-