Uses of Class
com.google.cloud.dialogflow.cx.v3.IntentInput
-
Packages that use IntentInput Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of IntentInput in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return IntentInput Modifier and Type Method Description IntentInputIntentInput.Builder. build()IntentInputIntentInput.Builder. buildPartial()static IntentInputIntentInput. getDefaultInstance()IntentInputIntentInput.Builder. getDefaultInstanceForType()IntentInputIntentInput. getDefaultInstanceForType()IntentInputQueryInput.Builder. getIntent()The intent to be triggered.IntentInputQueryInput. getIntent()The intent to be triggered.IntentInputQueryInputOrBuilder. getIntent()The intent to be triggered.static IntentInputIntentInput. parseDelimitedFrom(InputStream input)static IntentInputIntentInput. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IntentInputIntentInput. parseFrom(byte[] data)static IntentInputIntentInput. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IntentInputIntentInput. parseFrom(com.google.protobuf.ByteString data)static IntentInputIntentInput. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IntentInputIntentInput. parseFrom(com.google.protobuf.CodedInputStream input)static IntentInputIntentInput. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IntentInputIntentInput. parseFrom(InputStream input)static IntentInputIntentInput. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IntentInputIntentInput. parseFrom(ByteBuffer data)static IntentInputIntentInput. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 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.v3 with parameters of type IntentInput Modifier and Type Method Description IntentInput.BuilderIntentInput.Builder. mergeFrom(IntentInput other)QueryInput.BuilderQueryInput.Builder. mergeIntent(IntentInput value)The intent to be triggered.static IntentInput.BuilderIntentInput. newBuilder(IntentInput prototype)QueryInput.BuilderQueryInput.Builder. setIntent(IntentInput value)The intent to be triggered.
-