@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dialogflow/v2/session.proto") public final class SessionsGrpc extends Object
A service used for session interactions. For more information, see the [API interactions guide](https://cloud.google.com/dialogflow/docs/api-overview).
Modifier and Type | Class and Description |
---|---|
static class |
SessionsGrpc.SessionsBlockingStub
A service used for session interactions.
|
static class |
SessionsGrpc.SessionsFutureStub
A service used for session interactions.
|
static class |
SessionsGrpc.SessionsImplBase
A service used for session interactions.
|
static class |
SessionsGrpc.SessionsStub
A service used for session interactions.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<DetectIntentRequest,DetectIntentResponse> |
getDetectIntentMethod() |
static ServiceDescriptor |
getServiceDescriptor() |
static MethodDescriptor<StreamingDetectIntentRequest,StreamingDetectIntentResponse> |
getStreamingDetectIntentMethod() |
static SessionsGrpc.SessionsBlockingStub |
newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static SessionsGrpc.SessionsFutureStub |
newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static SessionsGrpc.SessionsStub |
newStub(Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static MethodDescriptor<DetectIntentRequest,DetectIntentResponse> getDetectIntentMethod()
public static MethodDescriptor<StreamingDetectIntentRequest,StreamingDetectIntentResponse> getStreamingDetectIntentMethod()
public static SessionsGrpc.SessionsStub newStub(Channel channel)
public static SessionsGrpc.SessionsBlockingStub newBlockingStub(Channel channel)
public static SessionsGrpc.SessionsFutureStub newFutureStub(Channel channel)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.