Home
last modified time | relevance | path

Searched refs:detectIntentCallable (Results 1 – 20 of 20) sorted by relevance

/external/google-cloud-java/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/
DGrpcSessionsStub.java92 private final UnaryCallable<DetectIntentRequest, DetectIntentResponse> detectIntentCallable; field in GrpcSessionsStub
176 this.detectIntentCallable = in GrpcSessionsStub()
203 public UnaryCallable<DetectIntentRequest, DetectIntentResponse> detectIntentCallable() { in detectIntentCallable() method in GrpcSessionsStub
204 return detectIntentCallable; in detectIntentCallable()
DHttpJsonSessionsStub.java171 private final UnaryCallable<DetectIntentRequest, DetectIntentResponse> detectIntentCallable; field in HttpJsonSessionsStub
235 this.detectIntentCallable = in HttpJsonSessionsStub()
262 public UnaryCallable<DetectIntentRequest, DetectIntentResponse> detectIntentCallable() { in detectIntentCallable() method in HttpJsonSessionsStub
263 return detectIntentCallable; in detectIntentCallable()
DSessionsStub.java43 public UnaryCallable<DetectIntentRequest, DetectIntentResponse> detectIntentCallable() { in detectIntentCallable() method in SessionsStub
/external/google-cloud-java/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/
DGrpcSessionsStub.java94 private final UnaryCallable<DetectIntentRequest, DetectIntentResponse> detectIntentCallable; field in GrpcSessionsStub
178 this.detectIntentCallable = in GrpcSessionsStub()
205 public UnaryCallable<DetectIntentRequest, DetectIntentResponse> detectIntentCallable() { in detectIntentCallable() method in GrpcSessionsStub
206 return detectIntentCallable; in detectIntentCallable()
DHttpJsonSessionsStub.java171 private final UnaryCallable<DetectIntentRequest, DetectIntentResponse> detectIntentCallable; field in HttpJsonSessionsStub
235 this.detectIntentCallable = in HttpJsonSessionsStub()
262 public UnaryCallable<DetectIntentRequest, DetectIntentResponse> detectIntentCallable() { in detectIntentCallable() method in HttpJsonSessionsStub
263 return detectIntentCallable; in detectIntentCallable()
DSessionsStub.java45 public UnaryCallable<DetectIntentRequest, DetectIntentResponse> detectIntentCallable() { in detectIntentCallable() method in SessionsStub
/external/google-cloud-java/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/
DSessionsClient.java225 return detectIntentCallable().call(request); in detectIntent()
263 public final UnaryCallable<DetectIntentRequest, DetectIntentResponse> detectIntentCallable() { in detectIntentCallable() method in SessionsClient
264 return stub.detectIntentCallable(); in detectIntentCallable()
/external/google-cloud-java/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/
DSessionsClient.java346 return detectIntentCallable().call(request); in detectIntent()
389 public final UnaryCallable<DetectIntentRequest, DetectIntentResponse> detectIntentCallable() { in detectIntentCallable() method in SessionsClient
390 return stub.detectIntentCallable(); in detectIntentCallable()
/external/google-cloud-java/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/
DSessionsClient.java223 return detectIntentCallable().call(request); in detectIntent()
261 public final UnaryCallable<DetectIntentRequest, DetectIntentResponse> detectIntentCallable() { in detectIntentCallable() method in SessionsClient
262 return stub.detectIntentCallable(); in detectIntentCallable()
/external/google-cloud-java/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/
DSessionsClient.java336 return detectIntentCallable().call(request); in detectIntent()
379 public final UnaryCallable<DetectIntentRequest, DetectIntentResponse> detectIntentCallable() { in detectIntentCallable() method in SessionsClient
380 return stub.detectIntentCallable(); in detectIntentCallable()
/external/google-cloud-java/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/
DGrpcSessionsStub.java117 private final UnaryCallable<DetectIntentRequest, DetectIntentResponse> detectIntentCallable; field in GrpcSessionsStub
225 this.detectIntentCallable = in GrpcSessionsStub()
258 public UnaryCallable<DetectIntentRequest, DetectIntentResponse> detectIntentCallable() { in detectIntentCallable() method in GrpcSessionsStub
259 return detectIntentCallable; in detectIntentCallable()
DHttpJsonSessionsStub.java254 private final UnaryCallable<DetectIntentRequest, DetectIntentResponse> detectIntentCallable; field in HttpJsonSessionsStub
331 this.detectIntentCallable = in HttpJsonSessionsStub()
366 public UnaryCallable<DetectIntentRequest, DetectIntentResponse> detectIntentCallable() { in detectIntentCallable() method in HttpJsonSessionsStub
367 return detectIntentCallable; in detectIntentCallable()
DSessionsStub.java47 public UnaryCallable<DetectIntentRequest, DetectIntentResponse> detectIntentCallable() { in detectIntentCallable() method in SessionsStub
/external/google-cloud-java/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/
DGrpcSessionsStub.java120 private final UnaryCallable<DetectIntentRequest, DetectIntentResponse> detectIntentCallable; field in GrpcSessionsStub
228 this.detectIntentCallable = in GrpcSessionsStub()
261 public UnaryCallable<DetectIntentRequest, DetectIntentResponse> detectIntentCallable() { in detectIntentCallable() method in GrpcSessionsStub
262 return detectIntentCallable; in detectIntentCallable()
DHttpJsonSessionsStub.java254 private final UnaryCallable<DetectIntentRequest, DetectIntentResponse> detectIntentCallable; field in HttpJsonSessionsStub
331 this.detectIntentCallable = in HttpJsonSessionsStub()
366 public UnaryCallable<DetectIntentRequest, DetectIntentResponse> detectIntentCallable() { in detectIntentCallable() method in HttpJsonSessionsStub
367 return detectIntentCallable; in detectIntentCallable()
DSessionsStub.java49 public UnaryCallable<DetectIntentRequest, DetectIntentResponse> detectIntentCallable() { in detectIntentCallable() method in SessionsStub
/external/google-cloud-java/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3/sessions/detectintent/
DAsyncDetectIntent.java53 sessionsClient.detectIntentCallable().futureCall(request); in asyncDetectIntent()
/external/google-cloud-java/java-dialogflow-cx/samples/snippets/generated/com/google/cloud/dialogflow/cx/v3beta1/sessions/detectintent/
DAsyncDetectIntent.java53 sessionsClient.detectIntentCallable().futureCall(request); in asyncDetectIntent()
/external/google-cloud-java/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2/sessions/detectintent/
DAsyncDetectIntent.java54 sessionsClient.detectIntentCallable().futureCall(request); in asyncDetectIntent()
/external/google-cloud-java/java-dialogflow/samples/snippets/generated/com/google/cloud/dialogflow/v2beta1/sessions/detectintent/
DAsyncDetectIntent.java54 sessionsClient.detectIntentCallable().futureCall(request); in asyncDetectIntent()