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

com.google.cloud.dialogflow.v2beta1.SessionsGrpc Maven / Gradle / Ivy

There is a newer version: 0.153.0
Show newest version
/*
 * Copyright 2020 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.v2beta1;

import static io.grpc.MethodDescriptor.generateFullMethodName;
import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
import static io.grpc.stub.ClientCalls.asyncUnaryCall;
import static io.grpc.stub.ClientCalls.blockingUnaryCall;
import static io.grpc.stub.ClientCalls.futureUnaryCall;
import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
import static io.grpc.stub.ServerCalls.asyncUnaryCall;
import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;

/**
 *
 *
 * 
 * A session represents an interaction with a user. You retrieve user input
 * and pass it to the [DetectIntent][google.cloud.dialogflow.v2beta1.Sessions.DetectIntent] (or
 * [StreamingDetectIntent][google.cloud.dialogflow.v2beta1.Sessions.StreamingDetectIntent]) method to determine
 * user intent and respond.
 * 
*/ @javax.annotation.Generated( value = "by gRPC proto compiler (version 1.10.0)", comments = "Source: google/cloud/dialogflow/v2beta1/session.proto") public final class SessionsGrpc { private SessionsGrpc() {} public static final String SERVICE_NAME = "google.cloud.dialogflow.v2beta1.Sessions"; // Static method descriptors that strictly reflect the proto. @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @java.lang.Deprecated // Use {@link #getDetectIntentMethod()} instead. public static final io.grpc.MethodDescriptor< com.google.cloud.dialogflow.v2beta1.DetectIntentRequest, com.google.cloud.dialogflow.v2beta1.DetectIntentResponse> METHOD_DETECT_INTENT = getDetectIntentMethodHelper(); private static volatile io.grpc.MethodDescriptor< com.google.cloud.dialogflow.v2beta1.DetectIntentRequest, com.google.cloud.dialogflow.v2beta1.DetectIntentResponse> getDetectIntentMethod; @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor< com.google.cloud.dialogflow.v2beta1.DetectIntentRequest, com.google.cloud.dialogflow.v2beta1.DetectIntentResponse> getDetectIntentMethod() { return getDetectIntentMethodHelper(); } private static io.grpc.MethodDescriptor< com.google.cloud.dialogflow.v2beta1.DetectIntentRequest, com.google.cloud.dialogflow.v2beta1.DetectIntentResponse> getDetectIntentMethodHelper() { io.grpc.MethodDescriptor< com.google.cloud.dialogflow.v2beta1.DetectIntentRequest, com.google.cloud.dialogflow.v2beta1.DetectIntentResponse> getDetectIntentMethod; if ((getDetectIntentMethod = SessionsGrpc.getDetectIntentMethod) == null) { synchronized (SessionsGrpc.class) { if ((getDetectIntentMethod = SessionsGrpc.getDetectIntentMethod) == null) { SessionsGrpc.getDetectIntentMethod = getDetectIntentMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName( generateFullMethodName( "google.cloud.dialogflow.v2beta1.Sessions", "DetectIntent")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.dialogflow.v2beta1.DetectIntentRequest .getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.dialogflow.v2beta1.DetectIntentResponse .getDefaultInstance())) .setSchemaDescriptor(new SessionsMethodDescriptorSupplier("DetectIntent")) .build(); } } } return getDetectIntentMethod; } @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @java.lang.Deprecated // Use {@link #getStreamingDetectIntentMethod()} instead. public static final io.grpc.MethodDescriptor< com.google.cloud.dialogflow.v2beta1.StreamingDetectIntentRequest, com.google.cloud.dialogflow.v2beta1.StreamingDetectIntentResponse> METHOD_STREAMING_DETECT_INTENT = getStreamingDetectIntentMethodHelper(); private static volatile io.grpc.MethodDescriptor< com.google.cloud.dialogflow.v2beta1.StreamingDetectIntentRequest, com.google.cloud.dialogflow.v2beta1.StreamingDetectIntentResponse> getStreamingDetectIntentMethod; @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor< com.google.cloud.dialogflow.v2beta1.StreamingDetectIntentRequest, com.google.cloud.dialogflow.v2beta1.StreamingDetectIntentResponse> getStreamingDetectIntentMethod() { return getStreamingDetectIntentMethodHelper(); } private static io.grpc.MethodDescriptor< com.google.cloud.dialogflow.v2beta1.StreamingDetectIntentRequest, com.google.cloud.dialogflow.v2beta1.StreamingDetectIntentResponse> getStreamingDetectIntentMethodHelper() { io.grpc.MethodDescriptor< com.google.cloud.dialogflow.v2beta1.StreamingDetectIntentRequest, com.google.cloud.dialogflow.v2beta1.StreamingDetectIntentResponse> getStreamingDetectIntentMethod; if ((getStreamingDetectIntentMethod = SessionsGrpc.getStreamingDetectIntentMethod) == null) { synchronized (SessionsGrpc.class) { if ((getStreamingDetectIntentMethod = SessionsGrpc.getStreamingDetectIntentMethod) == null) { SessionsGrpc.getStreamingDetectIntentMethod = getStreamingDetectIntentMethod = io.grpc.MethodDescriptor . newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) .setFullMethodName( generateFullMethodName( "google.cloud.dialogflow.v2beta1.Sessions", "StreamingDetectIntent")) .setSampledToLocalTracing(true) .setRequestMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.dialogflow.v2beta1.StreamingDetectIntentRequest .getDefaultInstance())) .setResponseMarshaller( io.grpc.protobuf.ProtoUtils.marshaller( com.google.cloud.dialogflow.v2beta1.StreamingDetectIntentResponse .getDefaultInstance())) .setSchemaDescriptor( new SessionsMethodDescriptorSupplier("StreamingDetectIntent")) .build(); } } } return getStreamingDetectIntentMethod; } /** Creates a new async stub that supports all call types for the service */ public static SessionsStub newStub(io.grpc.Channel channel) { return new SessionsStub(channel); } /** * Creates a new blocking-style stub that supports unary and streaming output calls on the service */ public static SessionsBlockingStub newBlockingStub(io.grpc.Channel channel) { return new SessionsBlockingStub(channel); } /** Creates a new ListenableFuture-style stub that supports unary calls on the service */ public static SessionsFutureStub newFutureStub(io.grpc.Channel channel) { return new SessionsFutureStub(channel); } /** * * *
   * A session represents an interaction with a user. You retrieve user input
   * and pass it to the [DetectIntent][google.cloud.dialogflow.v2beta1.Sessions.DetectIntent] (or
   * [StreamingDetectIntent][google.cloud.dialogflow.v2beta1.Sessions.StreamingDetectIntent]) method to determine
   * user intent and respond.
   * 
*/ public abstract static class SessionsImplBase implements io.grpc.BindableService { /** * * *
     * Processes a natural language query and returns structured, actionable data
     * as a result. This method is not idempotent, because it may cause contexts
     * and session entity types to be updated, which in turn might affect
     * results of future queries.
     * 
*/ public void detectIntent( com.google.cloud.dialogflow.v2beta1.DetectIntentRequest request, io.grpc.stub.StreamObserver responseObserver) { asyncUnimplementedUnaryCall(getDetectIntentMethodHelper(), responseObserver); } /** * * *
     * Processes a natural language query in audio format in a streaming fashion
     * and returns structured, actionable data as a result. This method is only
     * available via the gRPC API (not REST).
     * 
*/ public io.grpc.stub.StreamObserver< com.google.cloud.dialogflow.v2beta1.StreamingDetectIntentRequest> streamingDetectIntent( io.grpc.stub.StreamObserver< com.google.cloud.dialogflow.v2beta1.StreamingDetectIntentResponse> responseObserver) { return asyncUnimplementedStreamingCall( getStreamingDetectIntentMethodHelper(), responseObserver); } @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( getDetectIntentMethodHelper(), asyncUnaryCall( new MethodHandlers< com.google.cloud.dialogflow.v2beta1.DetectIntentRequest, com.google.cloud.dialogflow.v2beta1.DetectIntentResponse>( this, METHODID_DETECT_INTENT))) .addMethod( getStreamingDetectIntentMethodHelper(), asyncBidiStreamingCall( new MethodHandlers< com.google.cloud.dialogflow.v2beta1.StreamingDetectIntentRequest, com.google.cloud.dialogflow.v2beta1.StreamingDetectIntentResponse>( this, METHODID_STREAMING_DETECT_INTENT))) .build(); } } /** * * *
   * A session represents an interaction with a user. You retrieve user input
   * and pass it to the [DetectIntent][google.cloud.dialogflow.v2beta1.Sessions.DetectIntent] (or
   * [StreamingDetectIntent][google.cloud.dialogflow.v2beta1.Sessions.StreamingDetectIntent]) method to determine
   * user intent and respond.
   * 
*/ public static final class SessionsStub extends io.grpc.stub.AbstractStub { private SessionsStub(io.grpc.Channel channel) { super(channel); } private SessionsStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected SessionsStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new SessionsStub(channel, callOptions); } /** * * *
     * Processes a natural language query and returns structured, actionable data
     * as a result. This method is not idempotent, because it may cause contexts
     * and session entity types to be updated, which in turn might affect
     * results of future queries.
     * 
*/ public void detectIntent( com.google.cloud.dialogflow.v2beta1.DetectIntentRequest request, io.grpc.stub.StreamObserver responseObserver) { asyncUnaryCall( getChannel().newCall(getDetectIntentMethodHelper(), getCallOptions()), request, responseObserver); } /** * * *
     * Processes a natural language query in audio format in a streaming fashion
     * and returns structured, actionable data as a result. This method is only
     * available via the gRPC API (not REST).
     * 
*/ public io.grpc.stub.StreamObserver< com.google.cloud.dialogflow.v2beta1.StreamingDetectIntentRequest> streamingDetectIntent( io.grpc.stub.StreamObserver< com.google.cloud.dialogflow.v2beta1.StreamingDetectIntentResponse> responseObserver) { return asyncBidiStreamingCall( getChannel().newCall(getStreamingDetectIntentMethodHelper(), getCallOptions()), responseObserver); } } /** * * *
   * A session represents an interaction with a user. You retrieve user input
   * and pass it to the [DetectIntent][google.cloud.dialogflow.v2beta1.Sessions.DetectIntent] (or
   * [StreamingDetectIntent][google.cloud.dialogflow.v2beta1.Sessions.StreamingDetectIntent]) method to determine
   * user intent and respond.
   * 
*/ public static final class SessionsBlockingStub extends io.grpc.stub.AbstractStub { private SessionsBlockingStub(io.grpc.Channel channel) { super(channel); } private SessionsBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected SessionsBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new SessionsBlockingStub(channel, callOptions); } /** * * *
     * Processes a natural language query and returns structured, actionable data
     * as a result. This method is not idempotent, because it may cause contexts
     * and session entity types to be updated, which in turn might affect
     * results of future queries.
     * 
*/ public com.google.cloud.dialogflow.v2beta1.DetectIntentResponse detectIntent( com.google.cloud.dialogflow.v2beta1.DetectIntentRequest request) { return blockingUnaryCall( getChannel(), getDetectIntentMethodHelper(), getCallOptions(), request); } } /** * * *
   * A session represents an interaction with a user. You retrieve user input
   * and pass it to the [DetectIntent][google.cloud.dialogflow.v2beta1.Sessions.DetectIntent] (or
   * [StreamingDetectIntent][google.cloud.dialogflow.v2beta1.Sessions.StreamingDetectIntent]) method to determine
   * user intent and respond.
   * 
*/ public static final class SessionsFutureStub extends io.grpc.stub.AbstractStub { private SessionsFutureStub(io.grpc.Channel channel) { super(channel); } private SessionsFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected SessionsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new SessionsFutureStub(channel, callOptions); } /** * * *
     * Processes a natural language query and returns structured, actionable data
     * as a result. This method is not idempotent, because it may cause contexts
     * and session entity types to be updated, which in turn might affect
     * results of future queries.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.dialogflow.v2beta1.DetectIntentResponse> detectIntent(com.google.cloud.dialogflow.v2beta1.DetectIntentRequest request) { return futureUnaryCall( getChannel().newCall(getDetectIntentMethodHelper(), getCallOptions()), request); } } private static final int METHODID_DETECT_INTENT = 0; private static final int METHODID_STREAMING_DETECT_INTENT = 1; 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 SessionsImplBase serviceImpl; private final int methodId; MethodHandlers(SessionsImplBase 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_DETECT_INTENT: serviceImpl.detectIntent( (com.google.cloud.dialogflow.v2beta1.DetectIntentRequest) request, (io.grpc.stub.StreamObserver< com.google.cloud.dialogflow.v2beta1.DetectIntentResponse>) 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) { case METHODID_STREAMING_DETECT_INTENT: return (io.grpc.stub.StreamObserver) serviceImpl.streamingDetectIntent( (io.grpc.stub.StreamObserver< com.google.cloud.dialogflow.v2beta1.StreamingDetectIntentResponse>) responseObserver); default: throw new AssertionError(); } } } private abstract static class SessionsBaseDescriptorSupplier implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { SessionsBaseDescriptorSupplier() {} @java.lang.Override public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { return com.google.cloud.dialogflow.v2beta1.SessionProto.getDescriptor(); } @java.lang.Override public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() { return getFileDescriptor().findServiceByName("Sessions"); } } private static final class SessionsFileDescriptorSupplier extends SessionsBaseDescriptorSupplier { SessionsFileDescriptorSupplier() {} } private static final class SessionsMethodDescriptorSupplier extends SessionsBaseDescriptorSupplier implements io.grpc.protobuf.ProtoMethodDescriptorSupplier { private final String methodName; SessionsMethodDescriptorSupplier(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 (SessionsGrpc.class) { result = serviceDescriptor; if (result == null) { serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) .setSchemaDescriptor(new SessionsFileDescriptorSupplier()) .addMethod(getDetectIntentMethodHelper()) .addMethod(getStreamingDetectIntentMethodHelper()) .build(); } } } return result; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy