@Generated(value="by gRPC proto compiler (version 1.2.0)",
comments="Source: google/cloud/dialogflow/v2beta1/session.proto")
public final class SessionsGrpc
extends java.lang.Object
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.
Modifier and Type | Class and Description |
---|---|
static class |
SessionsGrpc.SessionsBlockingStub
A session represents an interaction with a user.
|
static class |
SessionsGrpc.SessionsFutureStub
A session represents an interaction with a user.
|
static class |
SessionsGrpc.SessionsImplBase
A session represents an interaction with a user.
|
static class |
SessionsGrpc.SessionsStub
A session represents an interaction with a user.
|
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<DetectIntentRequest,DetectIntentResponse> |
METHOD_DETECT_INTENT |
static io.grpc.MethodDescriptor<StreamingDetectIntentRequest,StreamingDetectIntentResponse> |
METHOD_STREAMING_DETECT_INTENT |
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static SessionsGrpc.SessionsBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static SessionsGrpc.SessionsFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static SessionsGrpc.SessionsStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<DetectIntentRequest,DetectIntentResponse> METHOD_DETECT_INTENT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<StreamingDetectIntentRequest,StreamingDetectIntentResponse> METHOD_STREAMING_DETECT_INTENT
public static SessionsGrpc.SessionsStub newStub(io.grpc.Channel channel)
public static SessionsGrpc.SessionsBlockingStub newBlockingStub(io.grpc.Channel channel)
public static SessionsGrpc.SessionsFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()