Uses of Class
com.google.cloud.dialogflow.v2beta1.Intent.Message.Platform
-
Packages that use Intent.Message.Platform Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of Intent.Message.Platform in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return Intent.Message.Platform Modifier and Type Method Description static Intent.Message.Platform
Intent.Message.Platform. forNumber(int value)
Intent.Message.Platform
Intent.Builder. getDefaultResponsePlatforms(int index)
Optional.Intent.Message.Platform
Intent. getDefaultResponsePlatforms(int index)
Optional.Intent.Message.Platform
IntentOrBuilder. getDefaultResponsePlatforms(int index)
Optional.Intent.Message.Platform
Intent.Message.Builder. getPlatform()
Optional.Intent.Message.Platform
Intent.Message. getPlatform()
Optional.Intent.Message.Platform
Intent.MessageOrBuilder. getPlatform()
Optional.static Intent.Message.Platform
Intent.Message.Platform. valueOf(int value)
Deprecated.static Intent.Message.Platform
Intent.Message.Platform. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Intent.Message.Platform
Intent.Message.Platform. valueOf(String name)
Returns the enum constant of this type with the specified name.static Intent.Message.Platform[]
Intent.Message.Platform. 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.Platform Modifier and Type Method Description List<Intent.Message.Platform>
Intent.Builder. getDefaultResponsePlatformsList()
Optional.List<Intent.Message.Platform>
Intent. getDefaultResponsePlatformsList()
Optional.List<Intent.Message.Platform>
IntentOrBuilder. getDefaultResponsePlatformsList()
Optional.static com.google.protobuf.Internal.EnumLiteMap<Intent.Message.Platform>
Intent.Message.Platform. internalGetValueMap()
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type Intent.Message.Platform Modifier and Type Method Description Intent.Builder
Intent.Builder. addDefaultResponsePlatforms(Intent.Message.Platform value)
Optional.Intent.Builder
Intent.Builder. setDefaultResponsePlatforms(int index, Intent.Message.Platform value)
Optional.Intent.Message.Builder
Intent.Message.Builder. setPlatform(Intent.Message.Platform value)
Optional.Method parameters in com.google.cloud.dialogflow.v2beta1 with type arguments of type Intent.Message.Platform Modifier and Type Method Description Intent.Builder
Intent.Builder. addAllDefaultResponsePlatforms(Iterable<? extends Intent.Message.Platform> values)
Optional.
-