Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static StreamingRecognitionResult.MessageType |
StreamingRecognitionResult.MessageType.forNumber(int value) |
StreamingRecognitionResult.MessageType |
StreamingRecognitionResultOrBuilder.getMessageType()
Type of the result message.
|
StreamingRecognitionResult.MessageType |
StreamingRecognitionResult.getMessageType()
Type of the result message.
|
StreamingRecognitionResult.MessageType |
StreamingRecognitionResult.Builder.getMessageType()
Type of the result message.
|
static StreamingRecognitionResult.MessageType |
StreamingRecognitionResult.MessageType.valueOf(Descriptors.EnumValueDescriptor desc) |
static StreamingRecognitionResult.MessageType |
StreamingRecognitionResult.MessageType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static StreamingRecognitionResult.MessageType |
StreamingRecognitionResult.MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamingRecognitionResult.MessageType[] |
StreamingRecognitionResult.MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<StreamingRecognitionResult.MessageType> |
StreamingRecognitionResult.MessageType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
StreamingRecognitionResult.Builder |
StreamingRecognitionResult.Builder.setMessageType(StreamingRecognitionResult.MessageType value)
Type of the result message.
|
Copyright © 2021 Google LLC. All rights reserved.