Uses of Class
com.google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest
-
Packages that use StreamingAnalyzeContentRequest Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of StreamingAnalyzeContentRequest in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return StreamingAnalyzeContentRequest Modifier and Type Method Description StreamingAnalyzeContentRequest
StreamingAnalyzeContentRequest.Builder. build()
StreamingAnalyzeContentRequest
StreamingAnalyzeContentRequest.Builder. buildPartial()
static StreamingAnalyzeContentRequest
StreamingAnalyzeContentRequest. getDefaultInstance()
StreamingAnalyzeContentRequest
StreamingAnalyzeContentRequest.Builder. getDefaultInstanceForType()
StreamingAnalyzeContentRequest
StreamingAnalyzeContentRequest. getDefaultInstanceForType()
static StreamingAnalyzeContentRequest
StreamingAnalyzeContentRequest. parseDelimitedFrom(InputStream input)
static StreamingAnalyzeContentRequest
StreamingAnalyzeContentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingAnalyzeContentRequest
StreamingAnalyzeContentRequest. parseFrom(byte[] data)
static StreamingAnalyzeContentRequest
StreamingAnalyzeContentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingAnalyzeContentRequest
StreamingAnalyzeContentRequest. parseFrom(com.google.protobuf.ByteString data)
static StreamingAnalyzeContentRequest
StreamingAnalyzeContentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingAnalyzeContentRequest
StreamingAnalyzeContentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static StreamingAnalyzeContentRequest
StreamingAnalyzeContentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingAnalyzeContentRequest
StreamingAnalyzeContentRequest. parseFrom(InputStream input)
static StreamingAnalyzeContentRequest
StreamingAnalyzeContentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingAnalyzeContentRequest
StreamingAnalyzeContentRequest. parseFrom(ByteBuffer data)
static StreamingAnalyzeContentRequest
StreamingAnalyzeContentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type StreamingAnalyzeContentRequest Modifier and Type Method Description com.google.protobuf.Parser<StreamingAnalyzeContentRequest>
StreamingAnalyzeContentRequest. getParserForType()
static io.grpc.MethodDescriptor<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse>
ParticipantsGrpc. getStreamingAnalyzeContentMethod()
static com.google.protobuf.Parser<StreamingAnalyzeContentRequest>
StreamingAnalyzeContentRequest. parser()
default io.grpc.stub.StreamObserver<StreamingAnalyzeContentRequest>
ParticipantsGrpc.AsyncService. streamingAnalyzeContent(io.grpc.stub.StreamObserver<StreamingAnalyzeContentResponse> responseObserver)
Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.io.grpc.stub.StreamObserver<StreamingAnalyzeContentRequest>
ParticipantsGrpc.ParticipantsStub. streamingAnalyzeContent(io.grpc.stub.StreamObserver<StreamingAnalyzeContentResponse> responseObserver)
Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.com.google.api.gax.rpc.BidiStreamingCallable<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse>
ParticipantsClient. streamingAnalyzeContentCallable()
Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.com.google.api.gax.rpc.StreamingCallSettings.Builder<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse>
ParticipantsSettings.Builder. streamingAnalyzeContentSettings()
Returns the builder for the settings used for calls to streamingAnalyzeContent.com.google.api.gax.rpc.StreamingCallSettings<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse>
ParticipantsSettings. streamingAnalyzeContentSettings()
Returns the object with the settings used for calls to streamingAnalyzeContent.Methods in com.google.cloud.dialogflow.v2 with parameters of type StreamingAnalyzeContentRequest Modifier and Type Method Description StreamingAnalyzeContentRequest.Builder
StreamingAnalyzeContentRequest.Builder. mergeFrom(StreamingAnalyzeContentRequest other)
static StreamingAnalyzeContentRequest.Builder
StreamingAnalyzeContentRequest. newBuilder(StreamingAnalyzeContentRequest prototype)
-
Uses of StreamingAnalyzeContentRequest in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return types with arguments of type StreamingAnalyzeContentRequest Modifier and Type Method Description com.google.api.gax.rpc.BidiStreamingCallable<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse>
GrpcParticipantsStub. streamingAnalyzeContentCallable()
com.google.api.gax.rpc.BidiStreamingCallable<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse>
HttpJsonParticipantsStub. streamingAnalyzeContentCallable()
com.google.api.gax.rpc.BidiStreamingCallable<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse>
ParticipantsStub. streamingAnalyzeContentCallable()
com.google.api.gax.rpc.StreamingCallSettings.Builder<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse>
ParticipantsStubSettings.Builder. streamingAnalyzeContentSettings()
Returns the builder for the settings used for calls to streamingAnalyzeContent.com.google.api.gax.rpc.StreamingCallSettings<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse>
ParticipantsStubSettings. streamingAnalyzeContentSettings()
Returns the object with the settings used for calls to streamingAnalyzeContent.
-