| Modifier and Type | Method and Description |
|---|---|
Intent |
Intent.Builder.build() |
Intent |
Intent.Builder.buildPartial() |
static Intent |
Intent.getDefaultInstance() |
Intent |
Intent.getDefaultInstanceForType() |
Intent |
Intent.Builder.getDefaultInstanceForType() |
Intent |
AnalysisResult.CallAnalysisMetadataOrBuilder.getIntentsOrDefault(String key,
Intent defaultValue)
All the matched intents in the call.
|
Intent |
AnalysisResult.CallAnalysisMetadata.getIntentsOrDefault(String key,
Intent defaultValue)
All the matched intents in the call.
|
Intent |
AnalysisResult.CallAnalysisMetadata.Builder.getIntentsOrDefault(String key,
Intent defaultValue)
All the matched intents in the call.
|
Intent |
AnalysisResult.CallAnalysisMetadataOrBuilder.getIntentsOrThrow(String key)
All the matched intents in the call.
|
Intent |
AnalysisResult.CallAnalysisMetadata.getIntentsOrThrow(String key)
All the matched intents in the call.
|
Intent |
AnalysisResult.CallAnalysisMetadata.Builder.getIntentsOrThrow(String key)
All the matched intents in the call.
|
static Intent |
Intent.parseDelimitedFrom(InputStream input) |
static Intent |
Intent.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Intent |
Intent.parseFrom(byte[] data) |
static Intent |
Intent.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Intent |
Intent.parseFrom(ByteBuffer data) |
static Intent |
Intent.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Intent |
Intent.parseFrom(com.google.protobuf.ByteString data) |
static Intent |
Intent.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Intent |
Intent.parseFrom(com.google.protobuf.CodedInputStream input) |
static Intent |
Intent.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Intent |
Intent.parseFrom(InputStream input) |
static Intent |
Intent.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Intent> |
AnalysisResult.CallAnalysisMetadataOrBuilder.getIntents()
Deprecated.
|
Map<String,Intent> |
AnalysisResult.CallAnalysisMetadata.getIntents()
Deprecated.
|
Map<String,Intent> |
AnalysisResult.CallAnalysisMetadata.Builder.getIntents()
Deprecated.
|
Map<String,Intent> |
AnalysisResult.CallAnalysisMetadataOrBuilder.getIntentsMap()
All the matched intents in the call.
|
Map<String,Intent> |
AnalysisResult.CallAnalysisMetadata.getIntentsMap()
All the matched intents in the call.
|
Map<String,Intent> |
AnalysisResult.CallAnalysisMetadata.Builder.getIntentsMap()
All the matched intents in the call.
|
Map<String,Intent> |
AnalysisResult.CallAnalysisMetadata.Builder.getMutableIntents()
Deprecated.
|
com.google.protobuf.Parser<Intent> |
Intent.getParserForType() |
static com.google.protobuf.Parser<Intent> |
Intent.parser() |
| Modifier and Type | Method and Description |
|---|---|
Intent |
AnalysisResult.CallAnalysisMetadataOrBuilder.getIntentsOrDefault(String key,
Intent defaultValue)
All the matched intents in the call.
|
Intent |
AnalysisResult.CallAnalysisMetadata.getIntentsOrDefault(String key,
Intent defaultValue)
All the matched intents in the call.
|
Intent |
AnalysisResult.CallAnalysisMetadata.Builder.getIntentsOrDefault(String key,
Intent defaultValue)
All the matched intents in the call.
|
Intent.Builder |
Intent.Builder.mergeFrom(Intent other) |
static Intent.Builder |
Intent.newBuilder(Intent prototype) |
AnalysisResult.CallAnalysisMetadata.Builder |
AnalysisResult.CallAnalysisMetadata.Builder.putIntents(String key,
Intent value)
All the matched intents in the call.
|
| Modifier and Type | Method and Description |
|---|---|
AnalysisResult.CallAnalysisMetadata.Builder |
AnalysisResult.CallAnalysisMetadata.Builder.putAllIntents(Map<String,Intent> values)
All the matched intents in the call.
|
Copyright © 2023 Google LLC. All rights reserved.