Uses of Class
com.google.cloud.dialogflow.v2.ConversationModel.State
-
Packages that use ConversationModel.State Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of ConversationModel.State in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return ConversationModel.State Modifier and Type Method Description static ConversationModel.StateConversationModel.State. forNumber(int value)ConversationModel.StateConversationModel.Builder. getState()Output only.ConversationModel.StateConversationModel. getState()Output only.ConversationModel.StateConversationModelOrBuilder. getState()Output only.static ConversationModel.StateConversationModel.State. valueOf(int value)Deprecated.static ConversationModel.StateConversationModel.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ConversationModel.StateConversationModel.State. valueOf(String name)Returns the enum constant of this type with the specified name.static ConversationModel.State[]ConversationModel.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type ConversationModel.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ConversationModel.State>ConversationModel.State. internalGetValueMap()Methods in com.google.cloud.dialogflow.v2 with parameters of type ConversationModel.State Modifier and Type Method Description ConversationModel.BuilderConversationModel.Builder. setState(ConversationModel.State value)Output only.
-