Uses of Interface
com.google.cloud.dialogflow.cx.v3.QueryParametersOrBuilder
-
Packages that use QueryParametersOrBuilder Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of QueryParametersOrBuilder in com.google.cloud.dialogflow.cx.v3
Classes in com.google.cloud.dialogflow.cx.v3 that implement QueryParametersOrBuilder Modifier and Type Class Description class
QueryParameters
Represents the parameters of a conversational query.static class
QueryParameters.Builder
Represents the parameters of a conversational query.Methods in com.google.cloud.dialogflow.cx.v3 that return QueryParametersOrBuilder Modifier and Type Method Description QueryParametersOrBuilder
DetectIntentRequest.Builder. getQueryParamsOrBuilder()
The parameters of this query.QueryParametersOrBuilder
DetectIntentRequest. getQueryParamsOrBuilder()
The parameters of this query.QueryParametersOrBuilder
DetectIntentRequestOrBuilder. getQueryParamsOrBuilder()
The parameters of this query.QueryParametersOrBuilder
MatchIntentRequest.Builder. getQueryParamsOrBuilder()
The parameters of this query.QueryParametersOrBuilder
MatchIntentRequest. getQueryParamsOrBuilder()
The parameters of this query.QueryParametersOrBuilder
MatchIntentRequestOrBuilder. getQueryParamsOrBuilder()
The parameters of this query.QueryParametersOrBuilder
StreamingDetectIntentRequest.Builder. getQueryParamsOrBuilder()
The parameters of this query.QueryParametersOrBuilder
StreamingDetectIntentRequest. getQueryParamsOrBuilder()
The parameters of this query.QueryParametersOrBuilder
StreamingDetectIntentRequestOrBuilder. getQueryParamsOrBuilder()
The parameters of this query.
-