Uses of Class
com.google.cloud.dialogflow.v2beta1.AnswerRecord.RecordCase
-
Packages that use AnswerRecord.RecordCase Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of AnswerRecord.RecordCase in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return AnswerRecord.RecordCase Modifier and Type Method Description static AnswerRecord.RecordCase
AnswerRecord.RecordCase. forNumber(int value)
AnswerRecord.RecordCase
AnswerRecord.Builder. getRecordCase()
AnswerRecord.RecordCase
AnswerRecord. getRecordCase()
AnswerRecord.RecordCase
AnswerRecordOrBuilder. getRecordCase()
static AnswerRecord.RecordCase
AnswerRecord.RecordCase. valueOf(int value)
Deprecated.static AnswerRecord.RecordCase
AnswerRecord.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.
-