Uses of Class
com.google.cloud.dialogflow.v2.QueryInput
-
Packages that use QueryInput Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of QueryInput in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return QueryInput Modifier and Type Method Description QueryInput
QueryInput.Builder. build()
QueryInput
QueryInput.Builder. buildPartial()
static QueryInput
QueryInput. getDefaultInstance()
QueryInput
QueryInput.Builder. getDefaultInstanceForType()
QueryInput
QueryInput. getDefaultInstanceForType()
QueryInput
DetectIntentRequest.Builder. getQueryInput()
Required.QueryInput
DetectIntentRequest. getQueryInput()
Required.QueryInput
DetectIntentRequestOrBuilder. getQueryInput()
Required.QueryInput
StreamingDetectIntentRequest.Builder. getQueryInput()
Required.QueryInput
StreamingDetectIntentRequest. getQueryInput()
Required.QueryInput
StreamingDetectIntentRequestOrBuilder. getQueryInput()
Required.static QueryInput
QueryInput. parseDelimitedFrom(InputStream input)
static QueryInput
QueryInput. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryInput
QueryInput. parseFrom(byte[] data)
static QueryInput
QueryInput. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryInput
QueryInput. parseFrom(com.google.protobuf.ByteString data)
static QueryInput
QueryInput. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryInput
QueryInput. parseFrom(com.google.protobuf.CodedInputStream input)
static QueryInput
QueryInput. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryInput
QueryInput. parseFrom(InputStream input)
static QueryInput
QueryInput. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryInput
QueryInput. parseFrom(ByteBuffer data)
static QueryInput
QueryInput. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type QueryInput Modifier and Type Method Description com.google.protobuf.Parser<QueryInput>
QueryInput. getParserForType()
static com.google.protobuf.Parser<QueryInput>
QueryInput. parser()
Methods in com.google.cloud.dialogflow.v2 with parameters of type QueryInput Modifier and Type Method Description DetectIntentResponse
SessionsClient. detectIntent(SessionName session, QueryInput queryInput)
Processes a natural language query and returns structured, actionable data as a result.DetectIntentResponse
SessionsClient. detectIntent(String session, QueryInput queryInput)
Processes a natural language query and returns structured, actionable data as a result.QueryInput.Builder
QueryInput.Builder. mergeFrom(QueryInput other)
DetectIntentRequest.Builder
DetectIntentRequest.Builder. mergeQueryInput(QueryInput value)
Required.StreamingDetectIntentRequest.Builder
StreamingDetectIntentRequest.Builder. mergeQueryInput(QueryInput value)
Required.static QueryInput.Builder
QueryInput. newBuilder(QueryInput prototype)
DetectIntentRequest.Builder
DetectIntentRequest.Builder. setQueryInput(QueryInput value)
Required.StreamingDetectIntentRequest.Builder
StreamingDetectIntentRequest.Builder. setQueryInput(QueryInput value)
Required.
-