Uses of Class
com.google.cloud.dialogflow.v2.AnswerRecord.RecordCase
-
Packages that use AnswerRecord.RecordCase Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of AnswerRecord.RecordCase in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return AnswerRecord.RecordCase Modifier and Type Method Description static AnswerRecord.RecordCaseAnswerRecord.RecordCase. forNumber(int value)AnswerRecord.RecordCaseAnswerRecord.Builder. getRecordCase()AnswerRecord.RecordCaseAnswerRecord. getRecordCase()AnswerRecord.RecordCaseAnswerRecordOrBuilder. getRecordCase()static AnswerRecord.RecordCaseAnswerRecord.RecordCase. valueOf(int value)Deprecated.static AnswerRecord.RecordCaseAnswerRecord.RecordCase. valueOf(String name)Returns the enum constant of this type with the specified name.static AnswerRecord.RecordCase[]AnswerRecord.RecordCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-