Uses of Class
com.google.cloud.dialogflow.v2beta1.AnalyzeContentRequest
-
Packages that use AnalyzeContentRequest Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of AnalyzeContentRequest in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return AnalyzeContentRequest Modifier and Type Method Description AnalyzeContentRequestAnalyzeContentRequest.Builder. build()AnalyzeContentRequestAnalyzeContentRequest.Builder. buildPartial()static AnalyzeContentRequestAnalyzeContentRequest. getDefaultInstance()AnalyzeContentRequestAnalyzeContentRequest.Builder. getDefaultInstanceForType()AnalyzeContentRequestAnalyzeContentRequest. getDefaultInstanceForType()static AnalyzeContentRequestAnalyzeContentRequest. parseDelimitedFrom(InputStream input)static AnalyzeContentRequestAnalyzeContentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeContentRequestAnalyzeContentRequest. parseFrom(byte[] data)static AnalyzeContentRequestAnalyzeContentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeContentRequestAnalyzeContentRequest. parseFrom(com.google.protobuf.ByteString data)static AnalyzeContentRequestAnalyzeContentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeContentRequestAnalyzeContentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static AnalyzeContentRequestAnalyzeContentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeContentRequestAnalyzeContentRequest. parseFrom(InputStream input)static AnalyzeContentRequestAnalyzeContentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AnalyzeContentRequestAnalyzeContentRequest. parseFrom(ByteBuffer data)static AnalyzeContentRequestAnalyzeContentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type AnalyzeContentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AnalyzeContentRequest,AnalyzeContentResponse>ParticipantsClient. analyzeContentCallable()Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.com.google.api.gax.rpc.UnaryCallSettings<AnalyzeContentRequest,AnalyzeContentResponse>ParticipantsSettings. analyzeContentSettings()Returns the object with the settings used for calls to analyzeContent.com.google.api.gax.rpc.UnaryCallSettings.Builder<AnalyzeContentRequest,AnalyzeContentResponse>ParticipantsSettings.Builder. analyzeContentSettings()Returns the builder for the settings used for calls to analyzeContent.static io.grpc.MethodDescriptor<AnalyzeContentRequest,AnalyzeContentResponse>ParticipantsGrpc. getAnalyzeContentMethod()com.google.protobuf.Parser<AnalyzeContentRequest>AnalyzeContentRequest. getParserForType()static com.google.protobuf.Parser<AnalyzeContentRequest>AnalyzeContentRequest. parser()Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type AnalyzeContentRequest Modifier and Type Method Description AnalyzeContentResponseParticipantsClient. analyzeContent(AnalyzeContentRequest request)Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.default voidParticipantsGrpc.AsyncService. analyzeContent(AnalyzeContentRequest request, io.grpc.stub.StreamObserver<AnalyzeContentResponse> responseObserver)Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.AnalyzeContentResponseParticipantsGrpc.ParticipantsBlockingStub. analyzeContent(AnalyzeContentRequest request)Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.com.google.common.util.concurrent.ListenableFuture<AnalyzeContentResponse>ParticipantsGrpc.ParticipantsFutureStub. analyzeContent(AnalyzeContentRequest request)Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.voidParticipantsGrpc.ParticipantsStub. analyzeContent(AnalyzeContentRequest request, io.grpc.stub.StreamObserver<AnalyzeContentResponse> responseObserver)Adds a text (chat, for example), or audio (phone recording, for example) message from a participant into the conversation.AnalyzeContentRequest.BuilderAnalyzeContentRequest.Builder. mergeFrom(AnalyzeContentRequest other)static AnalyzeContentRequest.BuilderAnalyzeContentRequest. newBuilder(AnalyzeContentRequest prototype) -
Uses of AnalyzeContentRequest in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return types with arguments of type AnalyzeContentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AnalyzeContentRequest,AnalyzeContentResponse>GrpcParticipantsStub. analyzeContentCallable()com.google.api.gax.rpc.UnaryCallable<AnalyzeContentRequest,AnalyzeContentResponse>HttpJsonParticipantsStub. analyzeContentCallable()com.google.api.gax.rpc.UnaryCallable<AnalyzeContentRequest,AnalyzeContentResponse>ParticipantsStub. analyzeContentCallable()com.google.api.gax.rpc.UnaryCallSettings<AnalyzeContentRequest,AnalyzeContentResponse>ParticipantsStubSettings. analyzeContentSettings()Returns the object with the settings used for calls to analyzeContent.com.google.api.gax.rpc.UnaryCallSettings.Builder<AnalyzeContentRequest,AnalyzeContentResponse>ParticipantsStubSettings.Builder. analyzeContentSettings()Returns the builder for the settings used for calls to analyzeContent.
-