Uses of Class
com.google.cloud.dialogflow.v2.CreateIntentRequest
-
Packages that use CreateIntentRequest Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of CreateIntentRequest in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return CreateIntentRequest Modifier and Type Method Description CreateIntentRequest
CreateIntentRequest.Builder. build()
CreateIntentRequest
CreateIntentRequest.Builder. buildPartial()
static CreateIntentRequest
CreateIntentRequest. getDefaultInstance()
CreateIntentRequest
CreateIntentRequest.Builder. getDefaultInstanceForType()
CreateIntentRequest
CreateIntentRequest. getDefaultInstanceForType()
static CreateIntentRequest
CreateIntentRequest. parseDelimitedFrom(InputStream input)
static CreateIntentRequest
CreateIntentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateIntentRequest
CreateIntentRequest. parseFrom(byte[] data)
static CreateIntentRequest
CreateIntentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateIntentRequest
CreateIntentRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateIntentRequest
CreateIntentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateIntentRequest
CreateIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateIntentRequest
CreateIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateIntentRequest
CreateIntentRequest. parseFrom(InputStream input)
static CreateIntentRequest
CreateIntentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateIntentRequest
CreateIntentRequest. parseFrom(ByteBuffer data)
static CreateIntentRequest
CreateIntentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type CreateIntentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateIntentRequest,Intent>
IntentsClient. createIntentCallable()
Creates an intent in the specified agent.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateIntentRequest,Intent>
IntentsSettings.Builder. createIntentSettings()
Returns the builder for the settings used for calls to createIntent.com.google.api.gax.rpc.UnaryCallSettings<CreateIntentRequest,Intent>
IntentsSettings. createIntentSettings()
Returns the object with the settings used for calls to createIntent.static io.grpc.MethodDescriptor<CreateIntentRequest,Intent>
IntentsGrpc. getCreateIntentMethod()
com.google.protobuf.Parser<CreateIntentRequest>
CreateIntentRequest. getParserForType()
static com.google.protobuf.Parser<CreateIntentRequest>
CreateIntentRequest. parser()
Methods in com.google.cloud.dialogflow.v2 with parameters of type CreateIntentRequest Modifier and Type Method Description Intent
IntentsClient. createIntent(CreateIntentRequest request)
Creates an intent in the specified agent.default void
IntentsGrpc.AsyncService. createIntent(CreateIntentRequest request, io.grpc.stub.StreamObserver<Intent> responseObserver)
Creates an intent in the specified agent.Intent
IntentsGrpc.IntentsBlockingStub. createIntent(CreateIntentRequest request)
Creates an intent in the specified agent.com.google.common.util.concurrent.ListenableFuture<Intent>
IntentsGrpc.IntentsFutureStub. createIntent(CreateIntentRequest request)
Creates an intent in the specified agent.void
IntentsGrpc.IntentsStub. createIntent(CreateIntentRequest request, io.grpc.stub.StreamObserver<Intent> responseObserver)
Creates an intent in the specified agent.CreateIntentRequest.Builder
CreateIntentRequest.Builder. mergeFrom(CreateIntentRequest other)
static CreateIntentRequest.Builder
CreateIntentRequest. newBuilder(CreateIntentRequest prototype)
-
Uses of CreateIntentRequest in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return types with arguments of type CreateIntentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateIntentRequest,Intent>
GrpcIntentsStub. createIntentCallable()
com.google.api.gax.rpc.UnaryCallable<CreateIntentRequest,Intent>
HttpJsonIntentsStub. createIntentCallable()
com.google.api.gax.rpc.UnaryCallable<CreateIntentRequest,Intent>
IntentsStub. createIntentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateIntentRequest,Intent>
IntentsStubSettings.Builder. createIntentSettings()
Returns the builder for the settings used for calls to createIntent.com.google.api.gax.rpc.UnaryCallSettings<CreateIntentRequest,Intent>
IntentsStubSettings. createIntentSettings()
Returns the object with the settings used for calls to createIntent.
-