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 CreateIntentRequestCreateIntentRequest.Builder. build()CreateIntentRequestCreateIntentRequest.Builder. buildPartial()static CreateIntentRequestCreateIntentRequest. getDefaultInstance()CreateIntentRequestCreateIntentRequest.Builder. getDefaultInstanceForType()CreateIntentRequestCreateIntentRequest. getDefaultInstanceForType()static CreateIntentRequestCreateIntentRequest. parseDelimitedFrom(InputStream input)static CreateIntentRequestCreateIntentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateIntentRequestCreateIntentRequest. parseFrom(byte[] data)static CreateIntentRequestCreateIntentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateIntentRequestCreateIntentRequest. parseFrom(com.google.protobuf.ByteString data)static CreateIntentRequestCreateIntentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateIntentRequestCreateIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateIntentRequestCreateIntentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateIntentRequestCreateIntentRequest. parseFrom(InputStream input)static CreateIntentRequestCreateIntentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateIntentRequestCreateIntentRequest. parseFrom(ByteBuffer data)static CreateIntentRequestCreateIntentRequest. 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 IntentIntentsClient. createIntent(CreateIntentRequest request)Creates an intent in the specified agent.default voidIntentsGrpc.AsyncService. createIntent(CreateIntentRequest request, io.grpc.stub.StreamObserver<Intent> responseObserver)Creates an intent in the specified agent.IntentIntentsGrpc.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.voidIntentsGrpc.IntentsStub. createIntent(CreateIntentRequest request, io.grpc.stub.StreamObserver<Intent> responseObserver)Creates an intent in the specified agent.CreateIntentRequest.BuilderCreateIntentRequest.Builder. mergeFrom(CreateIntentRequest other)static CreateIntentRequest.BuilderCreateIntentRequest. 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.
-