Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
Parser<StreamingDetectIntentRequest> |
StreamingDetectIntentRequest.getParserForType() |
static MethodDescriptor<StreamingDetectIntentRequest,StreamingDetectIntentResponse> |
SessionsGrpc.getStreamingDetectIntentMethod() |
static Parser<StreamingDetectIntentRequest> |
StreamingDetectIntentRequest.parser() |
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.
|
BidiStreamingCallable<StreamingDetectIntentRequest,StreamingDetectIntentResponse> |
SessionsClient.streamingDetectIntentCallable()
Processes a natural language query in audio format in a streaming fashion and returns
structured, actionable data as a result.
|
StreamingCallSettings<StreamingDetectIntentRequest,StreamingDetectIntentResponse> |
SessionsSettings.streamingDetectIntentSettings()
Returns the object with the settings used for calls to streamingDetectIntent.
|
StreamingCallSettings.Builder<StreamingDetectIntentRequest,StreamingDetectIntentResponse> |
SessionsSettings.Builder.streamingDetectIntentSettings()
Returns the builder for the settings used for calls to streamingDetectIntent.
|
Modifier and Type | Method and Description |
---|---|
StreamingDetectIntentRequest.Builder |
StreamingDetectIntentRequest.Builder.mergeFrom(StreamingDetectIntentRequest other) |
static StreamingDetectIntentRequest.Builder |
StreamingDetectIntentRequest.newBuilder(StreamingDetectIntentRequest prototype) |
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.