Uses of Class
com.google.cloud.dialogflow.v2.IntentSuggestion
-
Packages that use IntentSuggestion Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of IntentSuggestion in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return IntentSuggestion Modifier and Type Method Description IntentSuggestion
IntentSuggestion.Builder. build()
IntentSuggestion
IntentSuggestion.Builder. buildPartial()
static IntentSuggestion
IntentSuggestion. getDefaultInstance()
IntentSuggestion
IntentSuggestion.Builder. getDefaultInstanceForType()
IntentSuggestion
IntentSuggestion. getDefaultInstanceForType()
IntentSuggestion
DialogflowAssistAnswer.Builder. getIntentSuggestion()
An intent suggestion generated from conversation.IntentSuggestion
DialogflowAssistAnswer. getIntentSuggestion()
An intent suggestion generated from conversation.IntentSuggestion
DialogflowAssistAnswerOrBuilder. getIntentSuggestion()
An intent suggestion generated from conversation.static IntentSuggestion
IntentSuggestion. parseDelimitedFrom(InputStream input)
static IntentSuggestion
IntentSuggestion. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IntentSuggestion
IntentSuggestion. parseFrom(byte[] data)
static IntentSuggestion
IntentSuggestion. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IntentSuggestion
IntentSuggestion. parseFrom(com.google.protobuf.ByteString data)
static IntentSuggestion
IntentSuggestion. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IntentSuggestion
IntentSuggestion. parseFrom(com.google.protobuf.CodedInputStream input)
static IntentSuggestion
IntentSuggestion. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IntentSuggestion
IntentSuggestion. parseFrom(InputStream input)
static IntentSuggestion
IntentSuggestion. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IntentSuggestion
IntentSuggestion. parseFrom(ByteBuffer data)
static IntentSuggestion
IntentSuggestion. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type IntentSuggestion Modifier and Type Method Description com.google.protobuf.Parser<IntentSuggestion>
IntentSuggestion. getParserForType()
static com.google.protobuf.Parser<IntentSuggestion>
IntentSuggestion. parser()
Methods in com.google.cloud.dialogflow.v2 with parameters of type IntentSuggestion Modifier and Type Method Description IntentSuggestion.Builder
IntentSuggestion.Builder. mergeFrom(IntentSuggestion other)
DialogflowAssistAnswer.Builder
DialogflowAssistAnswer.Builder. mergeIntentSuggestion(IntentSuggestion value)
An intent suggestion generated from conversation.static IntentSuggestion.Builder
IntentSuggestion. newBuilder(IntentSuggestion prototype)
DialogflowAssistAnswer.Builder
DialogflowAssistAnswer.Builder. setIntentSuggestion(IntentSuggestion value)
An intent suggestion generated from conversation.
-