Uses of Class
com.google.cloud.dialogflow.v2.StreamingDetectIntentRequest
-
Packages that use StreamingDetectIntentRequest Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of StreamingDetectIntentRequest in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return StreamingDetectIntentRequest Modifier and Type Method Description StreamingDetectIntentRequest
StreamingDetectIntentRequest.Builder. build()
StreamingDetectIntentRequest
StreamingDetectIntentRequest.Builder. buildPartial()
static StreamingDetectIntentRequest
StreamingDetectIntentRequest. getDefaultInstance()
StreamingDetectIntentRequest
StreamingDetectIntentRequest.Builder. getDefaultInstanceForType()
StreamingDetectIntentRequest
StreamingDetectIntentRequest. getDefaultInstanceForType()
static StreamingDetectIntentRequest
StreamingDetectIntentRequest. parseDelimitedFrom(InputStream input)
static StreamingDetectIntentRequest
StreamingDetectIntentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingDetectIntentRequest
StreamingDetectIntentRequest. parseFrom(byte[] data)
static StreamingDetectIntentRequest
StreamingDetectIntentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingDetectIntentRequest
StreamingDetectIntentRequest. parseFrom(com.google.protobuf.ByteString data)
static StreamingDetectIntentRequest
StreamingDetectIntentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingDetectIntentRequest
StreamingDetectIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static StreamingDetectIntentRequest
StreamingDetectIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingDetectIntentRequest
StreamingDetectIntentRequest. parseFrom(InputStream input)
static StreamingDetectIntentRequest
StreamingDetectIntentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingDetectIntentRequest
StreamingDetectIntentRequest. parseFrom(ByteBuffer data)
static StreamingDetectIntentRequest
StreamingDetectIntentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type StreamingDetectIntentRequest Modifier and Type Method Description com.google.protobuf.Parser<StreamingDetectIntentRequest>
StreamingDetectIntentRequest. getParserForType()
static io.grpc.MethodDescriptor<StreamingDetectIntentRequest,StreamingDetectIntentResponse>
SessionsGrpc. getStreamingDetectIntentMethod()
static com.google.protobuf.Parser<StreamingDetectIntentRequest>
StreamingDetectIntentRequest. parser()
default io.grpc.stub.StreamObserver<StreamingDetectIntentRequest>
SessionsGrpc.AsyncService. streamingDetectIntent(io.grpc.stub.StreamObserver<StreamingDetectIntentResponse> responseObserver)
Processes a natural language query in audio format in a streaming fashion and returns structured, actionable data as a result.io.grpc.stub.StreamObserver<StreamingDetectIntentRequest>
SessionsGrpc.SessionsStub. streamingDetectIntent(io.grpc.stub.StreamObserver<StreamingDetectIntentResponse> responseObserver)
Processes a natural language query in audio format in a streaming fashion and returns structured, actionable data as a result.com.google.api.gax.rpc.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.com.google.api.gax.rpc.StreamingCallSettings.Builder<StreamingDetectIntentRequest,StreamingDetectIntentResponse>
SessionsSettings.Builder. streamingDetectIntentSettings()
Returns the builder for the settings used for calls to streamingDetectIntent.com.google.api.gax.rpc.StreamingCallSettings<StreamingDetectIntentRequest,StreamingDetectIntentResponse>
SessionsSettings. streamingDetectIntentSettings()
Returns the object with the settings used for calls to streamingDetectIntent.Methods in com.google.cloud.dialogflow.v2 with parameters of type StreamingDetectIntentRequest Modifier and Type Method Description StreamingDetectIntentRequest.Builder
StreamingDetectIntentRequest.Builder. mergeFrom(StreamingDetectIntentRequest other)
static StreamingDetectIntentRequest.Builder
StreamingDetectIntentRequest. newBuilder(StreamingDetectIntentRequest prototype)
-
Uses of StreamingDetectIntentRequest in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return types with arguments of type StreamingDetectIntentRequest Modifier and Type Method Description com.google.api.gax.rpc.BidiStreamingCallable<StreamingDetectIntentRequest,StreamingDetectIntentResponse>
GrpcSessionsStub. streamingDetectIntentCallable()
com.google.api.gax.rpc.BidiStreamingCallable<StreamingDetectIntentRequest,StreamingDetectIntentResponse>
HttpJsonSessionsStub. streamingDetectIntentCallable()
com.google.api.gax.rpc.BidiStreamingCallable<StreamingDetectIntentRequest,StreamingDetectIntentResponse>
SessionsStub. streamingDetectIntentCallable()
com.google.api.gax.rpc.StreamingCallSettings.Builder<StreamingDetectIntentRequest,StreamingDetectIntentResponse>
SessionsStubSettings.Builder. streamingDetectIntentSettings()
Returns the builder for the settings used for calls to streamingDetectIntent.com.google.api.gax.rpc.StreamingCallSettings<StreamingDetectIntentRequest,StreamingDetectIntentResponse>
SessionsStubSettings. streamingDetectIntentSettings()
Returns the object with the settings used for calls to streamingDetectIntent.
-