Uses of Class
com.google.cloud.dialogflow.v2.CreateParticipantRequest
-
Packages that use CreateParticipantRequest Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of CreateParticipantRequest in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return CreateParticipantRequest Modifier and Type Method Description CreateParticipantRequestCreateParticipantRequest.Builder. build()CreateParticipantRequestCreateParticipantRequest.Builder. buildPartial()static CreateParticipantRequestCreateParticipantRequest. getDefaultInstance()CreateParticipantRequestCreateParticipantRequest.Builder. getDefaultInstanceForType()CreateParticipantRequestCreateParticipantRequest. getDefaultInstanceForType()static CreateParticipantRequestCreateParticipantRequest. parseDelimitedFrom(InputStream input)static CreateParticipantRequestCreateParticipantRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateParticipantRequestCreateParticipantRequest. parseFrom(byte[] data)static CreateParticipantRequestCreateParticipantRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateParticipantRequestCreateParticipantRequest. parseFrom(com.google.protobuf.ByteString data)static CreateParticipantRequestCreateParticipantRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateParticipantRequestCreateParticipantRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateParticipantRequestCreateParticipantRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateParticipantRequestCreateParticipantRequest. parseFrom(InputStream input)static CreateParticipantRequestCreateParticipantRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateParticipantRequestCreateParticipantRequest. parseFrom(ByteBuffer data)static CreateParticipantRequestCreateParticipantRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type CreateParticipantRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateParticipantRequest,Participant>ParticipantsClient. createParticipantCallable()Creates a new participant in a conversation.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateParticipantRequest,Participant>ParticipantsSettings.Builder. createParticipantSettings()Returns the builder for the settings used for calls to createParticipant.com.google.api.gax.rpc.UnaryCallSettings<CreateParticipantRequest,Participant>ParticipantsSettings. createParticipantSettings()Returns the object with the settings used for calls to createParticipant.static io.grpc.MethodDescriptor<CreateParticipantRequest,Participant>ParticipantsGrpc. getCreateParticipantMethod()com.google.protobuf.Parser<CreateParticipantRequest>CreateParticipantRequest. getParserForType()static com.google.protobuf.Parser<CreateParticipantRequest>CreateParticipantRequest. parser()Methods in com.google.cloud.dialogflow.v2 with parameters of type CreateParticipantRequest Modifier and Type Method Description ParticipantParticipantsClient. createParticipant(CreateParticipantRequest request)Creates a new participant in a conversation.default voidParticipantsGrpc.AsyncService. createParticipant(CreateParticipantRequest request, io.grpc.stub.StreamObserver<Participant> responseObserver)Creates a new participant in a conversation.ParticipantParticipantsGrpc.ParticipantsBlockingStub. createParticipant(CreateParticipantRequest request)Creates a new participant in a conversation.com.google.common.util.concurrent.ListenableFuture<Participant>ParticipantsGrpc.ParticipantsFutureStub. createParticipant(CreateParticipantRequest request)Creates a new participant in a conversation.voidParticipantsGrpc.ParticipantsStub. createParticipant(CreateParticipantRequest request, io.grpc.stub.StreamObserver<Participant> responseObserver)Creates a new participant in a conversation.CreateParticipantRequest.BuilderCreateParticipantRequest.Builder. mergeFrom(CreateParticipantRequest other)static CreateParticipantRequest.BuilderCreateParticipantRequest. newBuilder(CreateParticipantRequest prototype) -
Uses of CreateParticipantRequest in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return types with arguments of type CreateParticipantRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateParticipantRequest,Participant>GrpcParticipantsStub. createParticipantCallable()com.google.api.gax.rpc.UnaryCallable<CreateParticipantRequest,Participant>HttpJsonParticipantsStub. createParticipantCallable()com.google.api.gax.rpc.UnaryCallable<CreateParticipantRequest,Participant>ParticipantsStub. createParticipantCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateParticipantRequest,Participant>ParticipantsStubSettings.Builder. createParticipantSettings()Returns the builder for the settings used for calls to createParticipant.com.google.api.gax.rpc.UnaryCallSettings<CreateParticipantRequest,Participant>ParticipantsStubSettings. createParticipantSettings()Returns the object with the settings used for calls to createParticipant.
-