| Modifier and Type | Method and Description |
|---|---|
DialogflowIntent |
DialogflowIntent.Builder.build() |
DialogflowIntent |
DialogflowIntent.Builder.buildPartial() |
static DialogflowIntent |
DialogflowIntent.getDefaultInstance() |
DialogflowIntent |
DialogflowIntent.getDefaultInstanceForType() |
DialogflowIntent |
DialogflowIntent.Builder.getDefaultInstanceForType() |
DialogflowIntent |
Conversation.getDialogflowIntentsOrDefault(String key,
DialogflowIntent defaultValue)
Output only.
|
DialogflowIntent |
Conversation.Builder.getDialogflowIntentsOrDefault(String key,
DialogflowIntent defaultValue)
Output only.
|
DialogflowIntent |
ConversationOrBuilder.getDialogflowIntentsOrDefault(String key,
DialogflowIntent defaultValue)
Output only.
|
DialogflowIntent |
Conversation.getDialogflowIntentsOrThrow(String key)
Output only.
|
DialogflowIntent |
Conversation.Builder.getDialogflowIntentsOrThrow(String key)
Output only.
|
DialogflowIntent |
ConversationOrBuilder.getDialogflowIntentsOrThrow(String key)
Output only.
|
static DialogflowIntent |
DialogflowIntent.parseDelimitedFrom(InputStream input) |
static DialogflowIntent |
DialogflowIntent.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DialogflowIntent |
DialogflowIntent.parseFrom(byte[] data) |
static DialogflowIntent |
DialogflowIntent.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DialogflowIntent |
DialogflowIntent.parseFrom(ByteBuffer data) |
static DialogflowIntent |
DialogflowIntent.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DialogflowIntent |
DialogflowIntent.parseFrom(com.google.protobuf.ByteString data) |
static DialogflowIntent |
DialogflowIntent.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DialogflowIntent |
DialogflowIntent.parseFrom(com.google.protobuf.CodedInputStream input) |
static DialogflowIntent |
DialogflowIntent.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DialogflowIntent |
DialogflowIntent.parseFrom(InputStream input) |
static DialogflowIntent |
DialogflowIntent.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,DialogflowIntent> |
Conversation.getDialogflowIntents()
Deprecated.
|
Map<String,DialogflowIntent> |
Conversation.Builder.getDialogflowIntents()
Deprecated.
|
Map<String,DialogflowIntent> |
ConversationOrBuilder.getDialogflowIntents()
Deprecated.
|
Map<String,DialogflowIntent> |
Conversation.getDialogflowIntentsMap()
Output only.
|
Map<String,DialogflowIntent> |
Conversation.Builder.getDialogflowIntentsMap()
Output only.
|
Map<String,DialogflowIntent> |
ConversationOrBuilder.getDialogflowIntentsMap()
Output only.
|
Map<String,DialogflowIntent> |
Conversation.Builder.getMutableDialogflowIntents()
Deprecated.
|
com.google.protobuf.Parser<DialogflowIntent> |
DialogflowIntent.getParserForType() |
static com.google.protobuf.Parser<DialogflowIntent> |
DialogflowIntent.parser() |
| Modifier and Type | Method and Description |
|---|---|
DialogflowIntent |
Conversation.getDialogflowIntentsOrDefault(String key,
DialogflowIntent defaultValue)
Output only.
|
DialogflowIntent |
Conversation.Builder.getDialogflowIntentsOrDefault(String key,
DialogflowIntent defaultValue)
Output only.
|
DialogflowIntent |
ConversationOrBuilder.getDialogflowIntentsOrDefault(String key,
DialogflowIntent defaultValue)
Output only.
|
DialogflowIntent.Builder |
DialogflowIntent.Builder.mergeFrom(DialogflowIntent other) |
static DialogflowIntent.Builder |
DialogflowIntent.newBuilder(DialogflowIntent prototype) |
Conversation.Builder |
Conversation.Builder.putDialogflowIntents(String key,
DialogflowIntent value)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
Conversation.Builder |
Conversation.Builder.putAllDialogflowIntents(Map<String,DialogflowIntent> values)
Output only.
|
Copyright © 2025 Google LLC. All rights reserved.