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.State
ConversationModel.State. forNumber(int value)
ConversationModel.State
ConversationModel.Builder. getState()
Output only.ConversationModel.State
ConversationModel. getState()
Output only.ConversationModel.State
ConversationModelOrBuilder. getState()
Output only.static ConversationModel.State
ConversationModel.State. valueOf(int value)
Deprecated.static ConversationModel.State
ConversationModel.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ConversationModel.State
ConversationModel.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.Builder
ConversationModel.Builder. setState(ConversationModel.State value)
Output only.
-