All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.dialogflow.cx.v3beta1.IntentsGrpc Maven / Gradle / Ivy

There is a newer version: 0.60.0
Show newest version
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.google.cloud.dialogflow.cx.v3beta1;

import static io.grpc.MethodDescriptor.generateFullMethodName;

/**
 *
 *
 * 
 * Service for managing [Intents][google.cloud.dialogflow.cx.v3beta1.Intent].
 * 
*/ @javax.annotation.Generated( value = "by gRPC proto compiler", comments = "Source: google/cloud/dialogflow/cx/v3beta1/intent.proto") @io.grpc.stub.annotations.GrpcGenerated public final class IntentsGrpc { private IntentsGrpc() {} public static final java.lang.String SERVICE_NAME = "google.cloud.dialogflow.cx.v3beta1.Intents"; // Static method descriptors that strictly reflect the proto. private static volatile io.grpc.MethodDescriptor< com.google.cloud.dialogflow.cx.v3beta1.ListIntentsRequest, com.google.cloud.dialogflow.cx.v3beta1.ListIntentsResponse> getListIntentsMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "ListIntents", requestType = com.google.cloud.dialogflow.cx.v3beta1.ListIntentsRequest.class, responseType = com.google.cloud.dialogflow.cx.v3beta1.ListIntentsResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor< com.google.cloud.dialogflow.cx.v3beta1.ListIntentsRequest, com.google.cloud.dialogflow.cx.v3beta1.ListIntentsResponse> getListIntentsMethod() { io.grpc.MethodDescriptor< com.google.cloud.dialogflow.cx.v3beta1.ListIntentsRequest, com.google.cloud.dialogflow.cx.v3beta1.ListIntentsResponse> getListIntentsMethod; if ((getListIntentsMethod = IntentsGrpc.getListIntentsMethod) == null) { synchronized (IntentsGrpc.class) { if ((getListIntentsMethod = IntentsGrpc.getListIntentsMethod) == null) { IntentsGrpc.getListIntentsMethod = getListIntentsMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ListIntents")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.dialogflow.cx.v3beta1.ListIntentsRequest .getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.dialogflow.cx.v3beta1.ListIntentsResponse .getDefaultInstance())) .setSchemaDescriptor(new IntentsMethodDescriptorSupplier("ListIntents")) .build(); } } } return getListIntentsMethod; } private static volatile io.grpc.MethodDescriptor< com.google.cloud.dialogflow.cx.v3beta1.GetIntentRequest, com.google.cloud.dialogflow.cx.v3beta1.Intent> getGetIntentMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "GetIntent", requestType = com.google.cloud.dialogflow.cx.v3beta1.GetIntentRequest.class, responseType = com.google.cloud.dialogflow.cx.v3beta1.Intent.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor< com.google.cloud.dialogflow.cx.v3beta1.GetIntentRequest, com.google.cloud.dialogflow.cx.v3beta1.Intent> getGetIntentMethod() { io.grpc.MethodDescriptor< com.google.cloud.dialogflow.cx.v3beta1.GetIntentRequest, com.google.cloud.dialogflow.cx.v3beta1.Intent> getGetIntentMethod; if ((getGetIntentMethod = IntentsGrpc.getGetIntentMethod) == null) { synchronized (IntentsGrpc.class) { if ((getGetIntentMethod = IntentsGrpc.getGetIntentMethod) == null) { IntentsGrpc.getGetIntentMethod = getGetIntentMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetIntent")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.dialogflow.cx.v3beta1.GetIntentRequest .getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.dialogflow.cx.v3beta1.Intent.getDefaultInstance())) .setSchemaDescriptor(new IntentsMethodDescriptorSupplier("GetIntent")) .build(); } } } return getGetIntentMethod; } private static volatile io.grpc.MethodDescriptor< com.google.cloud.dialogflow.cx.v3beta1.CreateIntentRequest, com.google.cloud.dialogflow.cx.v3beta1.Intent> getCreateIntentMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "CreateIntent", requestType = com.google.cloud.dialogflow.cx.v3beta1.CreateIntentRequest.class, responseType = com.google.cloud.dialogflow.cx.v3beta1.Intent.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor< com.google.cloud.dialogflow.cx.v3beta1.CreateIntentRequest, com.google.cloud.dialogflow.cx.v3beta1.Intent> getCreateIntentMethod() { io.grpc.MethodDescriptor< com.google.cloud.dialogflow.cx.v3beta1.CreateIntentRequest, com.google.cloud.dialogflow.cx.v3beta1.Intent> getCreateIntentMethod; if ((getCreateIntentMethod = IntentsGrpc.getCreateIntentMethod) == null) { synchronized (IntentsGrpc.class) { if ((getCreateIntentMethod = IntentsGrpc.getCreateIntentMethod) == null) { IntentsGrpc.getCreateIntentMethod = getCreateIntentMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateIntent")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.dialogflow.cx.v3beta1.CreateIntentRequest .getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.dialogflow.cx.v3beta1.Intent.getDefaultInstance())) .setSchemaDescriptor(new IntentsMethodDescriptorSupplier("CreateIntent")) .build(); } } } return getCreateIntentMethod; } private static volatile io.grpc.MethodDescriptor< com.google.cloud.dialogflow.cx.v3beta1.UpdateIntentRequest, com.google.cloud.dialogflow.cx.v3beta1.Intent> getUpdateIntentMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "UpdateIntent", requestType = com.google.cloud.dialogflow.cx.v3beta1.UpdateIntentRequest.class, responseType = com.google.cloud.dialogflow.cx.v3beta1.Intent.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor< com.google.cloud.dialogflow.cx.v3beta1.UpdateIntentRequest, com.google.cloud.dialogflow.cx.v3beta1.Intent> getUpdateIntentMethod() { io.grpc.MethodDescriptor< com.google.cloud.dialogflow.cx.v3beta1.UpdateIntentRequest, com.google.cloud.dialogflow.cx.v3beta1.Intent> getUpdateIntentMethod; if ((getUpdateIntentMethod = IntentsGrpc.getUpdateIntentMethod) == null) { synchronized (IntentsGrpc.class) { if ((getUpdateIntentMethod = IntentsGrpc.getUpdateIntentMethod) == null) { IntentsGrpc.getUpdateIntentMethod = getUpdateIntentMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateIntent")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.dialogflow.cx.v3beta1.UpdateIntentRequest .getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.dialogflow.cx.v3beta1.Intent.getDefaultInstance())) .setSchemaDescriptor(new IntentsMethodDescriptorSupplier("UpdateIntent")) .build(); } } } return getUpdateIntentMethod; } private static volatile io.grpc.MethodDescriptor< com.google.cloud.dialogflow.cx.v3beta1.DeleteIntentRequest, com.google.protobuf.Empty> getDeleteIntentMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "DeleteIntent", requestType = com.google.cloud.dialogflow.cx.v3beta1.DeleteIntentRequest.class, responseType = com.google.protobuf.Empty.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor< com.google.cloud.dialogflow.cx.v3beta1.DeleteIntentRequest, com.google.protobuf.Empty> getDeleteIntentMethod() { io.grpc.MethodDescriptor< com.google.cloud.dialogflow.cx.v3beta1.DeleteIntentRequest, com.google.protobuf.Empty> getDeleteIntentMethod; if ((getDeleteIntentMethod = IntentsGrpc.getDeleteIntentMethod) == null) { synchronized (IntentsGrpc.class) { if ((getDeleteIntentMethod = IntentsGrpc.getDeleteIntentMethod) == null) { IntentsGrpc.getDeleteIntentMethod = getDeleteIntentMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteIntent")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.dialogflow.cx.v3beta1.DeleteIntentRequest .getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.protobuf.Empty.getDefaultInstance())) .setSchemaDescriptor(new IntentsMethodDescriptorSupplier("DeleteIntent")) .build(); } } } return getDeleteIntentMethod; } private static volatile io.grpc.MethodDescriptor< com.google.cloud.dialogflow.cx.v3beta1.ImportIntentsRequest, com.google.longrunning.Operation> getImportIntentsMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "ImportIntents", requestType = com.google.cloud.dialogflow.cx.v3beta1.ImportIntentsRequest.class, responseType = com.google.longrunning.Operation.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor< com.google.cloud.dialogflow.cx.v3beta1.ImportIntentsRequest, com.google.longrunning.Operation> getImportIntentsMethod() { io.grpc.MethodDescriptor< com.google.cloud.dialogflow.cx.v3beta1.ImportIntentsRequest, com.google.longrunning.Operation> getImportIntentsMethod; if ((getImportIntentsMethod = IntentsGrpc.getImportIntentsMethod) == null) { synchronized (IntentsGrpc.class) { if ((getImportIntentsMethod = IntentsGrpc.getImportIntentsMethod) == null) { IntentsGrpc.getImportIntentsMethod = getImportIntentsMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ImportIntents")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.dialogflow.cx.v3beta1.ImportIntentsRequest .getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.longrunning.Operation.getDefaultInstance())) .setSchemaDescriptor(new IntentsMethodDescriptorSupplier("ImportIntents")) .build(); } } } return getImportIntentsMethod; } private static volatile io.grpc.MethodDescriptor< com.google.cloud.dialogflow.cx.v3beta1.ExportIntentsRequest, com.google.longrunning.Operation> getExportIntentsMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "ExportIntents", requestType = com.google.cloud.dialogflow.cx.v3beta1.ExportIntentsRequest.class, responseType = com.google.longrunning.Operation.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor< com.google.cloud.dialogflow.cx.v3beta1.ExportIntentsRequest, com.google.longrunning.Operation> getExportIntentsMethod() { io.grpc.MethodDescriptor< com.google.cloud.dialogflow.cx.v3beta1.ExportIntentsRequest, com.google.longrunning.Operation> getExportIntentsMethod; if ((getExportIntentsMethod = IntentsGrpc.getExportIntentsMethod) == null) { synchronized (IntentsGrpc.class) { if ((getExportIntentsMethod = IntentsGrpc.getExportIntentsMethod) == null) { IntentsGrpc.getExportIntentsMethod = getExportIntentsMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ExportIntents")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.dialogflow.cx.v3beta1.ExportIntentsRequest .getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.longrunning.Operation.getDefaultInstance())) .setSchemaDescriptor(new IntentsMethodDescriptorSupplier("ExportIntents")) .build(); } } } return getExportIntentsMethod; } /** Creates a new async stub that supports all call types for the service */ public static IntentsStub newStub(io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public IntentsStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new IntentsStub(channel, callOptions); } }; return IntentsStub.newStub(factory, channel); } /** * Creates a new blocking-style stub that supports unary and streaming output calls on the service */ public static IntentsBlockingStub newBlockingStub(io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public IntentsBlockingStub newStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new IntentsBlockingStub(channel, callOptions); } }; return IntentsBlockingStub.newStub(factory, channel); } /** Creates a new ListenableFuture-style stub that supports unary calls on the service */ public static IntentsFutureStub newFutureStub(io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public IntentsFutureStub newStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new IntentsFutureStub(channel, callOptions); } }; return IntentsFutureStub.newStub(factory, channel); } /** * * *
   * Service for managing [Intents][google.cloud.dialogflow.cx.v3beta1.Intent].
   * 
*/ public interface AsyncService { /** * * *
     * Returns the list of all intents in the specified agent.
     * 
*/ default void listIntents( com.google.cloud.dialogflow.cx.v3beta1.ListIntentsRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( getListIntentsMethod(), responseObserver); } /** * * *
     * Retrieves the specified intent.
     * 
*/ default void getIntent( com.google.cloud.dialogflow.cx.v3beta1.GetIntentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetIntentMethod(), responseObserver); } /** * * *
     * Creates an intent in the specified agent.
     * Note: You should always train a flow prior to sending it queries. See the
     * [training
     * documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
     * 
*/ default void createIntent( com.google.cloud.dialogflow.cx.v3beta1.CreateIntentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( getCreateIntentMethod(), responseObserver); } /** * * *
     * Updates the specified intent.
     * Note: You should always train a flow prior to sending it queries. See the
     * [training
     * documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
     * 
*/ default void updateIntent( com.google.cloud.dialogflow.cx.v3beta1.UpdateIntentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( getUpdateIntentMethod(), responseObserver); } /** * * *
     * Deletes the specified intent.
     * Note: You should always train a flow prior to sending it queries. See the
     * [training
     * documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
     * 
*/ default void deleteIntent( com.google.cloud.dialogflow.cx.v3beta1.DeleteIntentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( getDeleteIntentMethod(), responseObserver); } /** * * *
     * Imports the specified intents into the agent.
     * This method is a [long-running
     * operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
     * The returned `Operation` type has the following method-specific fields:
     * - `metadata`:
     * [ImportIntentsMetadata][google.cloud.dialogflow.cx.v3beta1.ImportIntentsMetadata]
     * - `response`:
     * [ImportIntentsResponse][google.cloud.dialogflow.cx.v3beta1.ImportIntentsResponse]
     * 
*/ default void importIntents( com.google.cloud.dialogflow.cx.v3beta1.ImportIntentsRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( getImportIntentsMethod(), responseObserver); } /** * * *
     * Exports the selected intents.
     * This method is a [long-running
     * operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
     * The returned `Operation` type has the following method-specific fields:
     * - `metadata`:
     * [ExportIntentsMetadata][google.cloud.dialogflow.cx.v3beta1.ExportIntentsMetadata]
     * - `response`:
     * [ExportIntentsResponse][google.cloud.dialogflow.cx.v3beta1.ExportIntentsResponse]
     * 
*/ default void exportIntents( com.google.cloud.dialogflow.cx.v3beta1.ExportIntentsRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( getExportIntentsMethod(), responseObserver); } } /** * Base class for the server implementation of the service Intents. * *
   * Service for managing [Intents][google.cloud.dialogflow.cx.v3beta1.Intent].
   * 
*/ public abstract static class IntentsImplBase implements io.grpc.BindableService, AsyncService { @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { return IntentsGrpc.bindService(this); } } /** * A stub to allow clients to do asynchronous rpc calls to service Intents. * *
   * Service for managing [Intents][google.cloud.dialogflow.cx.v3beta1.Intent].
   * 
*/ public static final class IntentsStub extends io.grpc.stub.AbstractAsyncStub { private IntentsStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected IntentsStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new IntentsStub(channel, callOptions); } /** * * *
     * Returns the list of all intents in the specified agent.
     * 
*/ public void listIntents( com.google.cloud.dialogflow.cx.v3beta1.ListIntentsRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getListIntentsMethod(), getCallOptions()), request, responseObserver); } /** * * *
     * Retrieves the specified intent.
     * 
*/ public void getIntent( com.google.cloud.dialogflow.cx.v3beta1.GetIntentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetIntentMethod(), getCallOptions()), request, responseObserver); } /** * * *
     * Creates an intent in the specified agent.
     * Note: You should always train a flow prior to sending it queries. See the
     * [training
     * documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
     * 
*/ public void createIntent( com.google.cloud.dialogflow.cx.v3beta1.CreateIntentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getCreateIntentMethod(), getCallOptions()), request, responseObserver); } /** * * *
     * Updates the specified intent.
     * Note: You should always train a flow prior to sending it queries. See the
     * [training
     * documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
     * 
*/ public void updateIntent( com.google.cloud.dialogflow.cx.v3beta1.UpdateIntentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getUpdateIntentMethod(), getCallOptions()), request, responseObserver); } /** * * *
     * Deletes the specified intent.
     * Note: You should always train a flow prior to sending it queries. See the
     * [training
     * documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
     * 
*/ public void deleteIntent( com.google.cloud.dialogflow.cx.v3beta1.DeleteIntentRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getDeleteIntentMethod(), getCallOptions()), request, responseObserver); } /** * * *
     * Imports the specified intents into the agent.
     * This method is a [long-running
     * operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
     * The returned `Operation` type has the following method-specific fields:
     * - `metadata`:
     * [ImportIntentsMetadata][google.cloud.dialogflow.cx.v3beta1.ImportIntentsMetadata]
     * - `response`:
     * [ImportIntentsResponse][google.cloud.dialogflow.cx.v3beta1.ImportIntentsResponse]
     * 
*/ public void importIntents( com.google.cloud.dialogflow.cx.v3beta1.ImportIntentsRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getImportIntentsMethod(), getCallOptions()), request, responseObserver); } /** * * *
     * Exports the selected intents.
     * This method is a [long-running
     * operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
     * The returned `Operation` type has the following method-specific fields:
     * - `metadata`:
     * [ExportIntentsMetadata][google.cloud.dialogflow.cx.v3beta1.ExportIntentsMetadata]
     * - `response`:
     * [ExportIntentsResponse][google.cloud.dialogflow.cx.v3beta1.ExportIntentsResponse]
     * 
*/ public void exportIntents( com.google.cloud.dialogflow.cx.v3beta1.ExportIntentsRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getExportIntentsMethod(), getCallOptions()), request, responseObserver); } } /** * A stub to allow clients to do synchronous rpc calls to service Intents. * *
   * Service for managing [Intents][google.cloud.dialogflow.cx.v3beta1.Intent].
   * 
*/ public static final class IntentsBlockingStub extends io.grpc.stub.AbstractBlockingStub { private IntentsBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected IntentsBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new IntentsBlockingStub(channel, callOptions); } /** * * *
     * Returns the list of all intents in the specified agent.
     * 
*/ public com.google.cloud.dialogflow.cx.v3beta1.ListIntentsResponse listIntents( com.google.cloud.dialogflow.cx.v3beta1.ListIntentsRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListIntentsMethod(), getCallOptions(), request); } /** * * *
     * Retrieves the specified intent.
     * 
*/ public com.google.cloud.dialogflow.cx.v3beta1.Intent getIntent( com.google.cloud.dialogflow.cx.v3beta1.GetIntentRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetIntentMethod(), getCallOptions(), request); } /** * * *
     * Creates an intent in the specified agent.
     * Note: You should always train a flow prior to sending it queries. See the
     * [training
     * documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
     * 
*/ public com.google.cloud.dialogflow.cx.v3beta1.Intent createIntent( com.google.cloud.dialogflow.cx.v3beta1.CreateIntentRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getCreateIntentMethod(), getCallOptions(), request); } /** * * *
     * Updates the specified intent.
     * Note: You should always train a flow prior to sending it queries. See the
     * [training
     * documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
     * 
*/ public com.google.cloud.dialogflow.cx.v3beta1.Intent updateIntent( com.google.cloud.dialogflow.cx.v3beta1.UpdateIntentRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getUpdateIntentMethod(), getCallOptions(), request); } /** * * *
     * Deletes the specified intent.
     * Note: You should always train a flow prior to sending it queries. See the
     * [training
     * documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
     * 
*/ public com.google.protobuf.Empty deleteIntent( com.google.cloud.dialogflow.cx.v3beta1.DeleteIntentRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDeleteIntentMethod(), getCallOptions(), request); } /** * * *
     * Imports the specified intents into the agent.
     * This method is a [long-running
     * operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
     * The returned `Operation` type has the following method-specific fields:
     * - `metadata`:
     * [ImportIntentsMetadata][google.cloud.dialogflow.cx.v3beta1.ImportIntentsMetadata]
     * - `response`:
     * [ImportIntentsResponse][google.cloud.dialogflow.cx.v3beta1.ImportIntentsResponse]
     * 
*/ public com.google.longrunning.Operation importIntents( com.google.cloud.dialogflow.cx.v3beta1.ImportIntentsRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getImportIntentsMethod(), getCallOptions(), request); } /** * * *
     * Exports the selected intents.
     * This method is a [long-running
     * operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
     * The returned `Operation` type has the following method-specific fields:
     * - `metadata`:
     * [ExportIntentsMetadata][google.cloud.dialogflow.cx.v3beta1.ExportIntentsMetadata]
     * - `response`:
     * [ExportIntentsResponse][google.cloud.dialogflow.cx.v3beta1.ExportIntentsResponse]
     * 
*/ public com.google.longrunning.Operation exportIntents( com.google.cloud.dialogflow.cx.v3beta1.ExportIntentsRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getExportIntentsMethod(), getCallOptions(), request); } } /** * A stub to allow clients to do ListenableFuture-style rpc calls to service Intents. * *
   * Service for managing [Intents][google.cloud.dialogflow.cx.v3beta1.Intent].
   * 
*/ public static final class IntentsFutureStub extends io.grpc.stub.AbstractFutureStub { private IntentsFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected IntentsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new IntentsFutureStub(channel, callOptions); } /** * * *
     * Returns the list of all intents in the specified agent.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.dialogflow.cx.v3beta1.ListIntentsResponse> listIntents(com.google.cloud.dialogflow.cx.v3beta1.ListIntentsRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListIntentsMethod(), getCallOptions()), request); } /** * * *
     * Retrieves the specified intent.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.dialogflow.cx.v3beta1.Intent> getIntent(com.google.cloud.dialogflow.cx.v3beta1.GetIntentRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetIntentMethod(), getCallOptions()), request); } /** * * *
     * Creates an intent in the specified agent.
     * Note: You should always train a flow prior to sending it queries. See the
     * [training
     * documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
     * 
*/ public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.dialogflow.cx.v3beta1.Intent> createIntent(com.google.cloud.dialogflow.cx.v3beta1.CreateIntentRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getCreateIntentMethod(), getCallOptions()), request); } /** * * *
     * Updates the specified intent.
     * Note: You should always train a flow prior to sending it queries. See the
     * [training
     * documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
     * 
*/ public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.dialogflow.cx.v3beta1.Intent> updateIntent(com.google.cloud.dialogflow.cx.v3beta1.UpdateIntentRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getUpdateIntentMethod(), getCallOptions()), request); } /** * * *
     * Deletes the specified intent.
     * Note: You should always train a flow prior to sending it queries. See the
     * [training
     * documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
     * 
*/ public com.google.common.util.concurrent.ListenableFuture deleteIntent(com.google.cloud.dialogflow.cx.v3beta1.DeleteIntentRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDeleteIntentMethod(), getCallOptions()), request); } /** * * *
     * Imports the specified intents into the agent.
     * This method is a [long-running
     * operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
     * The returned `Operation` type has the following method-specific fields:
     * - `metadata`:
     * [ImportIntentsMetadata][google.cloud.dialogflow.cx.v3beta1.ImportIntentsMetadata]
     * - `response`:
     * [ImportIntentsResponse][google.cloud.dialogflow.cx.v3beta1.ImportIntentsResponse]
     * 
*/ public com.google.common.util.concurrent.ListenableFuture importIntents(com.google.cloud.dialogflow.cx.v3beta1.ImportIntentsRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getImportIntentsMethod(), getCallOptions()), request); } /** * * *
     * Exports the selected intents.
     * This method is a [long-running
     * operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
     * The returned `Operation` type has the following method-specific fields:
     * - `metadata`:
     * [ExportIntentsMetadata][google.cloud.dialogflow.cx.v3beta1.ExportIntentsMetadata]
     * - `response`:
     * [ExportIntentsResponse][google.cloud.dialogflow.cx.v3beta1.ExportIntentsResponse]
     * 
*/ public com.google.common.util.concurrent.ListenableFuture exportIntents(com.google.cloud.dialogflow.cx.v3beta1.ExportIntentsRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getExportIntentsMethod(), getCallOptions()), request); } } private static final int METHODID_LIST_INTENTS = 0; private static final int METHODID_GET_INTENT = 1; private static final int METHODID_CREATE_INTENT = 2; private static final int METHODID_UPDATE_INTENT = 3; private static final int METHODID_DELETE_INTENT = 4; private static final int METHODID_IMPORT_INTENTS = 5; private static final int METHODID_EXPORT_INTENTS = 6; private static final class MethodHandlers implements io.grpc.stub.ServerCalls.UnaryMethod, io.grpc.stub.ServerCalls.ServerStreamingMethod, io.grpc.stub.ServerCalls.ClientStreamingMethod, io.grpc.stub.ServerCalls.BidiStreamingMethod { private final AsyncService serviceImpl; private final int methodId; MethodHandlers(AsyncService serviceImpl, int methodId) { this.serviceImpl = serviceImpl; this.methodId = methodId; } @java.lang.Override @java.lang.SuppressWarnings("unchecked") public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { case METHODID_LIST_INTENTS: serviceImpl.listIntents( (com.google.cloud.dialogflow.cx.v3beta1.ListIntentsRequest) request, (io.grpc.stub.StreamObserver< com.google.cloud.dialogflow.cx.v3beta1.ListIntentsResponse>) responseObserver); break; case METHODID_GET_INTENT: serviceImpl.getIntent( (com.google.cloud.dialogflow.cx.v3beta1.GetIntentRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_CREATE_INTENT: serviceImpl.createIntent( (com.google.cloud.dialogflow.cx.v3beta1.CreateIntentRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_UPDATE_INTENT: serviceImpl.updateIntent( (com.google.cloud.dialogflow.cx.v3beta1.UpdateIntentRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_DELETE_INTENT: serviceImpl.deleteIntent( (com.google.cloud.dialogflow.cx.v3beta1.DeleteIntentRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_IMPORT_INTENTS: serviceImpl.importIntents( (com.google.cloud.dialogflow.cx.v3beta1.ImportIntentsRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_EXPORT_INTENTS: serviceImpl.exportIntents( (com.google.cloud.dialogflow.cx.v3beta1.ExportIntentsRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; default: throw new AssertionError(); } } @java.lang.Override @java.lang.SuppressWarnings("unchecked") public io.grpc.stub.StreamObserver invoke( io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { default: throw new AssertionError(); } } } public static final io.grpc.ServerServiceDefinition bindService(AsyncService service) { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( getListIntentsMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.dialogflow.cx.v3beta1.ListIntentsRequest, com.google.cloud.dialogflow.cx.v3beta1.ListIntentsResponse>( service, METHODID_LIST_INTENTS))) .addMethod( getGetIntentMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.dialogflow.cx.v3beta1.GetIntentRequest, com.google.cloud.dialogflow.cx.v3beta1.Intent>(service, METHODID_GET_INTENT))) .addMethod( getCreateIntentMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.dialogflow.cx.v3beta1.CreateIntentRequest, com.google.cloud.dialogflow.cx.v3beta1.Intent>( service, METHODID_CREATE_INTENT))) .addMethod( getUpdateIntentMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.dialogflow.cx.v3beta1.UpdateIntentRequest, com.google.cloud.dialogflow.cx.v3beta1.Intent>( service, METHODID_UPDATE_INTENT))) .addMethod( getDeleteIntentMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.dialogflow.cx.v3beta1.DeleteIntentRequest, com.google.protobuf.Empty>(service, METHODID_DELETE_INTENT))) .addMethod( getImportIntentsMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.dialogflow.cx.v3beta1.ImportIntentsRequest, com.google.longrunning.Operation>(service, METHODID_IMPORT_INTENTS))) .addMethod( getExportIntentsMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.dialogflow.cx.v3beta1.ExportIntentsRequest, com.google.longrunning.Operation>(service, METHODID_EXPORT_INTENTS))) .build(); } private abstract static class IntentsBaseDescriptorSupplier implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { IntentsBaseDescriptorSupplier() {} @java.lang.Override public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { return com.google.cloud.dialogflow.cx.v3beta1.IntentProto.getDescriptor(); } @java.lang.Override public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() { return getFileDescriptor().findServiceByName("Intents"); } } private static final class IntentsFileDescriptorSupplier extends IntentsBaseDescriptorSupplier { IntentsFileDescriptorSupplier() {} } private static final class IntentsMethodDescriptorSupplier extends IntentsBaseDescriptorSupplier implements io.grpc.protobuf.ProtoMethodDescriptorSupplier { private final java.lang.String methodName; IntentsMethodDescriptorSupplier(java.lang.String methodName) { this.methodName = methodName; } @java.lang.Override public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() { return getServiceDescriptor().findMethodByName(methodName); } } private static volatile io.grpc.ServiceDescriptor serviceDescriptor; public static io.grpc.ServiceDescriptor getServiceDescriptor() { io.grpc.ServiceDescriptor result = serviceDescriptor; if (result == null) { synchronized (IntentsGrpc.class) { result = serviceDescriptor; if (result == null) { serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) .setSchemaDescriptor(new IntentsFileDescriptorSupplier()) .addMethod(getListIntentsMethod()) .addMethod(getGetIntentMethod()) .addMethod(getCreateIntentMethod()) .addMethod(getUpdateIntentMethod()) .addMethod(getDeleteIntentMethod()) .addMethod(getImportIntentsMethod()) .addMethod(getExportIntentsMethod()) .build(); } } } return result; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy