@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dialogflow/v2/intent.proto") public final class IntentsGrpc extends Object
Service for managing [Intents][google.cloud.dialogflow.v2.Intent].
Modifier and Type | Class and Description |
---|---|
static class |
IntentsGrpc.IntentsBlockingStub
Service for managing [Intents][google.cloud.dialogflow.v2.Intent].
|
static class |
IntentsGrpc.IntentsFutureStub
Service for managing [Intents][google.cloud.dialogflow.v2.Intent].
|
static class |
IntentsGrpc.IntentsImplBase
Service for managing [Intents][google.cloud.dialogflow.v2.Intent].
|
static class |
IntentsGrpc.IntentsStub
Service for managing [Intents][google.cloud.dialogflow.v2.Intent].
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static MethodDescriptor<ListIntentsRequest,ListIntentsResponse> getListIntentsMethod()
public static MethodDescriptor<GetIntentRequest,Intent> getGetIntentMethod()
public static MethodDescriptor<CreateIntentRequest,Intent> getCreateIntentMethod()
public static MethodDescriptor<UpdateIntentRequest,Intent> getUpdateIntentMethod()
public static MethodDescriptor<DeleteIntentRequest,Empty> getDeleteIntentMethod()
public static MethodDescriptor<BatchUpdateIntentsRequest,Operation> getBatchUpdateIntentsMethod()
public static MethodDescriptor<BatchDeleteIntentsRequest,Operation> getBatchDeleteIntentsMethod()
public static IntentsGrpc.IntentsStub newStub(Channel channel)
public static IntentsGrpc.IntentsBlockingStub newBlockingStub(Channel channel)
public static IntentsGrpc.IntentsFutureStub newFutureStub(Channel channel)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.