Uses of Class
com.google.cloud.dialogflow.v2beta1.Intent.Message.RbmStandaloneCard.CardOrientation
-
Packages that use Intent.Message.RbmStandaloneCard.CardOrientation Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of Intent.Message.RbmStandaloneCard.CardOrientation in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return Intent.Message.RbmStandaloneCard.CardOrientation Modifier and Type Method Description static Intent.Message.RbmStandaloneCard.CardOrientation
Intent.Message.RbmStandaloneCard.CardOrientation. forNumber(int value)
Intent.Message.RbmStandaloneCard.CardOrientation
Intent.Message.RbmStandaloneCard.Builder. getCardOrientation()
Required.Intent.Message.RbmStandaloneCard.CardOrientation
Intent.Message.RbmStandaloneCard. getCardOrientation()
Required.Intent.Message.RbmStandaloneCard.CardOrientation
Intent.Message.RbmStandaloneCardOrBuilder. getCardOrientation()
Required.static Intent.Message.RbmStandaloneCard.CardOrientation
Intent.Message.RbmStandaloneCard.CardOrientation. valueOf(int value)
Deprecated.static Intent.Message.RbmStandaloneCard.CardOrientation
Intent.Message.RbmStandaloneCard.CardOrientation. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Intent.Message.RbmStandaloneCard.CardOrientation
Intent.Message.RbmStandaloneCard.CardOrientation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Intent.Message.RbmStandaloneCard.CardOrientation[]
Intent.Message.RbmStandaloneCard.CardOrientation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type Intent.Message.RbmStandaloneCard.CardOrientation Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Intent.Message.RbmStandaloneCard.CardOrientation>
Intent.Message.RbmStandaloneCard.CardOrientation. internalGetValueMap()
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type Intent.Message.RbmStandaloneCard.CardOrientation Modifier and Type Method Description Intent.Message.RbmStandaloneCard.Builder
Intent.Message.RbmStandaloneCard.Builder. setCardOrientation(Intent.Message.RbmStandaloneCard.CardOrientation value)
Required.
-