Uses of Class
com.google.cloud.dialogflow.v2beta1.IntentInput
-
Packages that use IntentInput Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of IntentInput in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return IntentInput Modifier and Type Method Description IntentInput
IntentInput.Builder. build()
IntentInput
IntentInput.Builder. buildPartial()
static IntentInput
IntentInput. getDefaultInstance()
IntentInput
IntentInput.Builder. getDefaultInstanceForType()
IntentInput
IntentInput. getDefaultInstanceForType()
IntentInput
SuggestionInput.Builder. getIntentInput()
The intent to be triggered on V3 agent.IntentInput
SuggestionInput. getIntentInput()
The intent to be triggered on V3 agent.IntentInput
SuggestionInputOrBuilder. getIntentInput()
The intent to be triggered on V3 agent.static IntentInput
IntentInput. parseDelimitedFrom(InputStream input)
static IntentInput
IntentInput. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IntentInput
IntentInput. parseFrom(byte[] data)
static IntentInput
IntentInput. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IntentInput
IntentInput. parseFrom(com.google.protobuf.ByteString data)
static IntentInput
IntentInput. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IntentInput
IntentInput. parseFrom(com.google.protobuf.CodedInputStream input)
static IntentInput
IntentInput. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IntentInput
IntentInput. parseFrom(InputStream input)
static IntentInput
IntentInput. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static IntentInput
IntentInput. parseFrom(ByteBuffer data)
static IntentInput
IntentInput. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type IntentInput Modifier and Type Method Description com.google.protobuf.Parser<IntentInput>
IntentInput. getParserForType()
static com.google.protobuf.Parser<IntentInput>
IntentInput. parser()
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type IntentInput Modifier and Type Method Description IntentInput.Builder
IntentInput.Builder. mergeFrom(IntentInput other)
SuggestionInput.Builder
SuggestionInput.Builder. mergeIntentInput(IntentInput value)
The intent to be triggered on V3 agent.static IntentInput.Builder
IntentInput. newBuilder(IntentInput prototype)
SuggestionInput.Builder
SuggestionInput.Builder. setIntentInput(IntentInput value)
The intent to be triggered on V3 agent.
-