Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2.stub |
Modifier and Type | Method and Description |
---|---|
StreamingDetectIntentResponse.Builder |
StreamingDetectIntentResponse.Builder.mergeFrom(StreamingDetectIntentResponse other) |
static StreamingDetectIntentResponse.Builder |
StreamingDetectIntentResponse.newBuilder(StreamingDetectIntentResponse prototype) |
Modifier and Type | Method and Description |
---|---|
StreamObserver<StreamingDetectIntentRequest> |
SessionsGrpc.SessionsImplBase.streamingDetectIntent(StreamObserver<StreamingDetectIntentResponse> responseObserver)
Processes a natural language query in audio format in a streaming fashion
and returns structured, actionable data as a result.
|
StreamObserver<StreamingDetectIntentRequest> |
SessionsGrpc.SessionsStub.streamingDetectIntent(StreamObserver<StreamingDetectIntentResponse> responseObserver)
Processes a natural language query in audio format in a streaming fashion
and returns structured, actionable data as a result.
|
Modifier and Type | Method and Description |
---|---|
BidiStreamingCallable<StreamingDetectIntentRequest,StreamingDetectIntentResponse> |
SessionsStub.streamingDetectIntentCallable() |
BidiStreamingCallable<StreamingDetectIntentRequest,StreamingDetectIntentResponse> |
GrpcSessionsStub.streamingDetectIntentCallable() |
StreamingCallSettings<StreamingDetectIntentRequest,StreamingDetectIntentResponse> |
SessionsStubSettings.streamingDetectIntentSettings()
Returns the object with the settings used for calls to streamingDetectIntent.
|
StreamingCallSettings.Builder<StreamingDetectIntentRequest,StreamingDetectIntentResponse> |
SessionsStubSettings.Builder.streamingDetectIntentSettings()
Returns the builder for the settings used for calls to streamingDetectIntent.
|
Copyright © 2022 Google LLC. All rights reserved.