@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dialogflow/v2/participant.proto") public final class ParticipantsGrpc extends Object
Service for managing [Participants][google.cloud.dialogflow.v2.Participant].
Modifier and Type | Class and Description |
---|---|
static class |
ParticipantsGrpc.ParticipantsBlockingStub
Service for managing [Participants][google.cloud.dialogflow.v2.Participant].
|
static class |
ParticipantsGrpc.ParticipantsFutureStub
Service for managing [Participants][google.cloud.dialogflow.v2.Participant].
|
static class |
ParticipantsGrpc.ParticipantsImplBase
Service for managing [Participants][google.cloud.dialogflow.v2.Participant].
|
static class |
ParticipantsGrpc.ParticipantsStub
Service for managing [Participants][google.cloud.dialogflow.v2.Participant].
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static MethodDescriptor<CreateParticipantRequest,Participant> getCreateParticipantMethod()
public static MethodDescriptor<GetParticipantRequest,Participant> getGetParticipantMethod()
public static MethodDescriptor<ListParticipantsRequest,ListParticipantsResponse> getListParticipantsMethod()
public static MethodDescriptor<UpdateParticipantRequest,Participant> getUpdateParticipantMethod()
public static MethodDescriptor<AnalyzeContentRequest,AnalyzeContentResponse> getAnalyzeContentMethod()
public static MethodDescriptor<SuggestArticlesRequest,SuggestArticlesResponse> getSuggestArticlesMethod()
public static MethodDescriptor<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse> getSuggestFaqAnswersMethod()
public static MethodDescriptor<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse> getSuggestSmartRepliesMethod()
public static ParticipantsGrpc.ParticipantsStub newStub(Channel channel)
public static ParticipantsGrpc.ParticipantsBlockingStub newBlockingStub(Channel channel)
public static ParticipantsGrpc.ParticipantsFutureStub newFutureStub(Channel channel)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.