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.PlatformIntent.Message.Platform. forNumber(int value)Intent.Message.PlatformIntent.Builder. getDefaultResponsePlatforms(int index)Optional.Intent.Message.PlatformIntent. getDefaultResponsePlatforms(int index)Optional.Intent.Message.PlatformIntentOrBuilder. getDefaultResponsePlatforms(int index)Optional.Intent.Message.PlatformIntent.Message.Builder. getPlatform()Optional.Intent.Message.PlatformIntent.Message. getPlatform()Optional.Intent.Message.PlatformIntent.MessageOrBuilder. getPlatform()Optional.static Intent.Message.PlatformIntent.Message.Platform. valueOf(int value)Deprecated.static Intent.Message.PlatformIntent.Message.Platform. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Intent.Message.PlatformIntent.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.BuilderIntent.Builder. addDefaultResponsePlatforms(Intent.Message.Platform value)Optional.Intent.BuilderIntent.Builder. setDefaultResponsePlatforms(int index, Intent.Message.Platform value)Optional.Intent.Message.BuilderIntent.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.BuilderIntent.Builder. addAllDefaultResponsePlatforms(Iterable<? extends Intent.Message.Platform> values)Optional.
-