@Generated(value="by gRPC proto compiler (version 1.2.0)",
comments="Source: google/cloud/dialogflow/v2beta1/intent.proto")
public final class IntentsGrpc
extends java.lang.Object
An intent represents a mapping between input from a user and an action to be taken by your application. When you pass user input to the [DetectIntent][google.cloud.dialogflow.v2beta1.Sessions.DetectIntent] (or [StreamingDetectIntent][google.cloud.dialogflow.v2beta1.Sessions.StreamingDetectIntent]) method, the Dialogflow API analyzes the input and searches for a matching intent. If no match is found, the Dialogflow API returns a fallback intent (`is_fallback` = true). You can provide additional information for the Dialogflow API to use to match user input to an intent by adding the following to your intent. * **Contexts** - provide additional context for intent analysis. For example, if an intent is related to an object in your application that plays music, you can provide a context to determine when to match the intent if the user input is “turn it off”. You can include a context that matches the intent when there is previous user input of "play music", and not when there is previous user input of "turn on the light". * **Events** - allow for matching an intent by using an event name instead of user input. Your application can provide an event name and related parameters to the Dialogflow API to match an intent. For example, when your application starts, you can send a welcome event with a user name parameter to the Dialogflow API to match an intent with a personalized welcome message for the user. * **Training phrases** - provide examples of user input to train the Dialogflow API agent to better match intents. For more information about intents, see the [Dialogflow documentation](https://dialogflow.com/docs/intents).
Modifier and Type | Class and Description |
---|---|
static class |
IntentsGrpc.IntentsBlockingStub
An intent represents a mapping between input from a user and an action to
be taken by your application.
|
static class |
IntentsGrpc.IntentsFutureStub
An intent represents a mapping between input from a user and an action to
be taken by your application.
|
static class |
IntentsGrpc.IntentsImplBase
An intent represents a mapping between input from a user and an action to
be taken by your application.
|
static class |
IntentsGrpc.IntentsStub
An intent represents a mapping between input from a user and an action to
be taken by your application.
|
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<BatchDeleteIntentsRequest,Operation> |
METHOD_BATCH_DELETE_INTENTS |
static io.grpc.MethodDescriptor<BatchUpdateIntentsRequest,Operation> |
METHOD_BATCH_UPDATE_INTENTS |
static io.grpc.MethodDescriptor<CreateIntentRequest,Intent> |
METHOD_CREATE_INTENT |
static io.grpc.MethodDescriptor<DeleteIntentRequest,Empty> |
METHOD_DELETE_INTENT |
static io.grpc.MethodDescriptor<GetIntentRequest,Intent> |
METHOD_GET_INTENT |
static io.grpc.MethodDescriptor<ListIntentsRequest,ListIntentsResponse> |
METHOD_LIST_INTENTS |
static io.grpc.MethodDescriptor<UpdateIntentRequest,Intent> |
METHOD_UPDATE_INTENT |
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static IntentsGrpc.IntentsBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static IntentsGrpc.IntentsFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static IntentsGrpc.IntentsStub |
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<ListIntentsRequest,ListIntentsResponse> METHOD_LIST_INTENTS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<GetIntentRequest,Intent> METHOD_GET_INTENT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<CreateIntentRequest,Intent> METHOD_CREATE_INTENT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<UpdateIntentRequest,Intent> METHOD_UPDATE_INTENT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<DeleteIntentRequest,Empty> METHOD_DELETE_INTENT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<BatchUpdateIntentsRequest,Operation> METHOD_BATCH_UPDATE_INTENTS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<BatchDeleteIntentsRequest,Operation> METHOD_BATCH_DELETE_INTENTS
public static IntentsGrpc.IntentsStub newStub(io.grpc.Channel channel)
public static IntentsGrpc.IntentsBlockingStub newBlockingStub(io.grpc.Channel channel)
public static IntentsGrpc.IntentsFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()