Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.IntentInput
-
Packages that use IntentInput Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of IntentInput in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 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
QueryInput.Builder. getIntent()
The intent to be triggered.IntentInput
QueryInput. getIntent()
The intent to be triggered.IntentInput
QueryInputOrBuilder. getIntent()
The intent to be triggered.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.cx.v3beta1 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.cx.v3beta1 with parameters of type IntentInput Modifier and Type Method Description IntentInput.Builder
IntentInput.Builder. mergeFrom(IntentInput other)
QueryInput.Builder
QueryInput.Builder. mergeIntent(IntentInput value)
The intent to be triggered.static IntentInput.Builder
IntentInput. newBuilder(IntentInput prototype)
QueryInput.Builder
QueryInput.Builder. setIntent(IntentInput value)
The intent to be triggered.
-