Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
static Intent.Message.Platform |
Intent.Message.Platform.forNumber(int value) |
Intent.Message.Platform |
Intent.getDefaultResponsePlatforms(int index)
Optional.
|
Intent.Message.Platform |
Intent.Builder.getDefaultResponsePlatforms(int index)
Optional.
|
Intent.Message.Platform |
IntentOrBuilder.getDefaultResponsePlatforms(int index)
Optional.
|
Intent.Message.Platform |
Intent.MessageOrBuilder.getPlatform()
Optional.
|
Intent.Message.Platform |
Intent.Message.getPlatform()
Optional.
|
Intent.Message.Platform |
Intent.Message.Builder.getPlatform()
Optional.
|
static Intent.Message.Platform |
Intent.Message.Platform.valueOf(Descriptors.EnumValueDescriptor desc) |
static Intent.Message.Platform |
Intent.Message.Platform.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
List<Intent.Message.Platform> |
Intent.getDefaultResponsePlatformsList()
Optional.
|
List<Intent.Message.Platform> |
Intent.Builder.getDefaultResponsePlatformsList()
Optional.
|
List<Intent.Message.Platform> |
IntentOrBuilder.getDefaultResponsePlatformsList()
Optional.
|
static Internal.EnumLiteMap<Intent.Message.Platform> |
Intent.Message.Platform.internalGetValueMap() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Intent.Builder |
Intent.Builder.addAllDefaultResponsePlatforms(Iterable<? extends Intent.Message.Platform> values)
Optional.
|
Copyright © 2022 Google LLC. All rights reserved.