Uses of Class
com.google.cloud.dialogflow.cx.v3.CreateAgentRequest
-
Packages that use CreateAgentRequest Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of CreateAgentRequest in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return CreateAgentRequest Modifier and Type Method Description CreateAgentRequest
CreateAgentRequest.Builder. build()
CreateAgentRequest
CreateAgentRequest.Builder. buildPartial()
static CreateAgentRequest
CreateAgentRequest. getDefaultInstance()
CreateAgentRequest
CreateAgentRequest.Builder. getDefaultInstanceForType()
CreateAgentRequest
CreateAgentRequest. getDefaultInstanceForType()
static CreateAgentRequest
CreateAgentRequest. parseDelimitedFrom(InputStream input)
static CreateAgentRequest
CreateAgentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateAgentRequest
CreateAgentRequest. parseFrom(byte[] data)
static CreateAgentRequest
CreateAgentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateAgentRequest
CreateAgentRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateAgentRequest
CreateAgentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateAgentRequest
CreateAgentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateAgentRequest
CreateAgentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateAgentRequest
CreateAgentRequest. parseFrom(InputStream input)
static CreateAgentRequest
CreateAgentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateAgentRequest
CreateAgentRequest. parseFrom(ByteBuffer data)
static CreateAgentRequest
CreateAgentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type CreateAgentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateAgentRequest,Agent>
AgentsClient. createAgentCallable()
Creates an agent in the specified location.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateAgentRequest,Agent>
AgentsSettings.Builder. createAgentSettings()
Returns the builder for the settings used for calls to createAgent.com.google.api.gax.rpc.UnaryCallSettings<CreateAgentRequest,Agent>
AgentsSettings. createAgentSettings()
Returns the object with the settings used for calls to createAgent.static io.grpc.MethodDescriptor<CreateAgentRequest,Agent>
AgentsGrpc. getCreateAgentMethod()
com.google.protobuf.Parser<CreateAgentRequest>
CreateAgentRequest. getParserForType()
static com.google.protobuf.Parser<CreateAgentRequest>
CreateAgentRequest. parser()
Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type CreateAgentRequest Modifier and Type Method Description Agent
AgentsClient. createAgent(CreateAgentRequest request)
Creates an agent in the specified location.Agent
AgentsGrpc.AgentsBlockingStub. createAgent(CreateAgentRequest request)
Creates an agent in the specified location.com.google.common.util.concurrent.ListenableFuture<Agent>
AgentsGrpc.AgentsFutureStub. createAgent(CreateAgentRequest request)
Creates an agent in the specified location.void
AgentsGrpc.AgentsStub. createAgent(CreateAgentRequest request, io.grpc.stub.StreamObserver<Agent> responseObserver)
Creates an agent in the specified location.default void
AgentsGrpc.AsyncService. createAgent(CreateAgentRequest request, io.grpc.stub.StreamObserver<Agent> responseObserver)
Creates an agent in the specified location.CreateAgentRequest.Builder
CreateAgentRequest.Builder. mergeFrom(CreateAgentRequest other)
static CreateAgentRequest.Builder
CreateAgentRequest. newBuilder(CreateAgentRequest prototype)
-
Uses of CreateAgentRequest in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.stub that return types with arguments of type CreateAgentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateAgentRequest,Agent>
AgentsStub. createAgentCallable()
com.google.api.gax.rpc.UnaryCallable<CreateAgentRequest,Agent>
GrpcAgentsStub. createAgentCallable()
com.google.api.gax.rpc.UnaryCallable<CreateAgentRequest,Agent>
HttpJsonAgentsStub. createAgentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateAgentRequest,Agent>
AgentsStubSettings.Builder. createAgentSettings()
Returns the builder for the settings used for calls to createAgent.com.google.api.gax.rpc.UnaryCallSettings<CreateAgentRequest,Agent>
AgentsStubSettings. createAgentSettings()
Returns the object with the settings used for calls to createAgent.
-