Uses of Class
com.google.cloud.contactcenterinsights.v1.DialogflowIntent
-
Packages that use DialogflowIntent Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of DialogflowIntent in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return DialogflowIntent Modifier and Type Method Description DialogflowIntent
DialogflowIntent.Builder. build()
DialogflowIntent
DialogflowIntent.Builder. buildPartial()
static DialogflowIntent
DialogflowIntent. getDefaultInstance()
DialogflowIntent
DialogflowIntent.Builder. getDefaultInstanceForType()
DialogflowIntent
DialogflowIntent. getDefaultInstanceForType()
DialogflowIntent
Conversation.Builder. getDialogflowIntentsOrDefault(String key, DialogflowIntent defaultValue)
Output only.DialogflowIntent
Conversation. getDialogflowIntentsOrDefault(String key, DialogflowIntent defaultValue)
Output only.DialogflowIntent
ConversationOrBuilder. getDialogflowIntentsOrDefault(String key, DialogflowIntent defaultValue)
Output only.DialogflowIntent
Conversation.Builder. getDialogflowIntentsOrThrow(String key)
Output only.DialogflowIntent
Conversation. 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(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)
static DialogflowIntent
DialogflowIntent. parseFrom(ByteBuffer data)
static DialogflowIntent
DialogflowIntent. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type DialogflowIntent Modifier and Type Method Description Map<String,DialogflowIntent>
Conversation.Builder. getDialogflowIntents()
Deprecated.Map<String,DialogflowIntent>
Conversation. getDialogflowIntents()
Deprecated.Map<String,DialogflowIntent>
ConversationOrBuilder. getDialogflowIntents()
Deprecated.Map<String,DialogflowIntent>
Conversation.Builder. getDialogflowIntentsMap()
Output only.Map<String,DialogflowIntent>
Conversation. 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()
Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type DialogflowIntent Modifier and Type Method Description DialogflowIntent
Conversation.Builder. getDialogflowIntentsOrDefault(String key, DialogflowIntent defaultValue)
Output only.DialogflowIntent
Conversation. 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.Method parameters in com.google.cloud.contactcenterinsights.v1 with type arguments of type DialogflowIntent Modifier and Type Method Description Conversation.Builder
Conversation.Builder. putAllDialogflowIntents(Map<String,DialogflowIntent> values)
Output only.
-