Uses of Class
com.google.cloud.contactcenterinsights.v1.UpdateConversationRequest
-
Packages that use UpdateConversationRequest Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights APIcom.google.cloud.contactcenterinsights.v1.stub -
-
Uses of UpdateConversationRequest in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return UpdateConversationRequest Modifier and Type Method Description UpdateConversationRequestUpdateConversationRequest.Builder. build()UpdateConversationRequestUpdateConversationRequest.Builder. buildPartial()static UpdateConversationRequestUpdateConversationRequest. getDefaultInstance()UpdateConversationRequestUpdateConversationRequest.Builder. getDefaultInstanceForType()UpdateConversationRequestUpdateConversationRequest. getDefaultInstanceForType()static UpdateConversationRequestUpdateConversationRequest. parseDelimitedFrom(InputStream input)static UpdateConversationRequestUpdateConversationRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateConversationRequestUpdateConversationRequest. parseFrom(byte[] data)static UpdateConversationRequestUpdateConversationRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateConversationRequestUpdateConversationRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateConversationRequestUpdateConversationRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateConversationRequestUpdateConversationRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateConversationRequestUpdateConversationRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateConversationRequestUpdateConversationRequest. parseFrom(InputStream input)static UpdateConversationRequestUpdateConversationRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateConversationRequestUpdateConversationRequest. parseFrom(ByteBuffer data)static UpdateConversationRequestUpdateConversationRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type UpdateConversationRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateConversationRequest>UpdateConversationRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateConversationRequest,Conversation>ContactCenterInsightsGrpc. getUpdateConversationMethod()static com.google.protobuf.Parser<UpdateConversationRequest>UpdateConversationRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateConversationRequest,Conversation>ContactCenterInsightsClient. updateConversationCallable()Updates a conversation.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateConversationRequest,Conversation>ContactCenterInsightsSettings.Builder. updateConversationSettings()Returns the builder for the settings used for calls to updateConversation.com.google.api.gax.rpc.UnaryCallSettings<UpdateConversationRequest,Conversation>ContactCenterInsightsSettings. updateConversationSettings()Returns the object with the settings used for calls to updateConversation.Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type UpdateConversationRequest Modifier and Type Method Description UpdateConversationRequest.BuilderUpdateConversationRequest.Builder. mergeFrom(UpdateConversationRequest other)static UpdateConversationRequest.BuilderUpdateConversationRequest. newBuilder(UpdateConversationRequest prototype)ConversationContactCenterInsightsClient. updateConversation(UpdateConversationRequest request)Updates a conversation.default voidContactCenterInsightsGrpc.AsyncService. updateConversation(UpdateConversationRequest request, io.grpc.stub.StreamObserver<Conversation> responseObserver)Updates a conversation.ConversationContactCenterInsightsGrpc.ContactCenterInsightsBlockingStub. updateConversation(UpdateConversationRequest request)Updates a conversation.com.google.common.util.concurrent.ListenableFuture<Conversation>ContactCenterInsightsGrpc.ContactCenterInsightsFutureStub. updateConversation(UpdateConversationRequest request)Updates a conversation.voidContactCenterInsightsGrpc.ContactCenterInsightsStub. updateConversation(UpdateConversationRequest request, io.grpc.stub.StreamObserver<Conversation> responseObserver)Updates a conversation. -
Uses of UpdateConversationRequest in com.google.cloud.contactcenterinsights.v1.stub
Methods in com.google.cloud.contactcenterinsights.v1.stub that return types with arguments of type UpdateConversationRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateConversationRequest,Conversation>ContactCenterInsightsStub. updateConversationCallable()com.google.api.gax.rpc.UnaryCallable<UpdateConversationRequest,Conversation>GrpcContactCenterInsightsStub. updateConversationCallable()com.google.api.gax.rpc.UnaryCallable<UpdateConversationRequest,Conversation>HttpJsonContactCenterInsightsStub. updateConversationCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateConversationRequest,Conversation>ContactCenterInsightsStubSettings.Builder. updateConversationSettings()Returns the builder for the settings used for calls to updateConversation.com.google.api.gax.rpc.UnaryCallSettings<UpdateConversationRequest,Conversation>ContactCenterInsightsStubSettings. updateConversationSettings()Returns the object with the settings used for calls to updateConversation.
-