ParticipantsServiceBase class abstract

Constructors

ParticipantsServiceBase()

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
analyzeContent(ServiceCall call, AnalyzeContentRequest request) Future<AnalyzeContentResponse>
analyzeContent_Pre(ServiceCall call, Future<AnalyzeContentRequest> request) Future<AnalyzeContentResponse>
createParticipant(ServiceCall call, CreateParticipantRequest request) Future<Participant>
createParticipant_Pre(ServiceCall call, Future<CreateParticipantRequest> request) Future<Participant>
getParticipant(ServiceCall call, GetParticipantRequest request) Future<Participant>
getParticipant_Pre(ServiceCall call, Future<GetParticipantRequest> request) Future<Participant>
listParticipants(ServiceCall call, ListParticipantsRequest request) Future<ListParticipantsResponse>
listParticipants_Pre(ServiceCall call, Future<ListParticipantsRequest> request) Future<ListParticipantsResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
streamingAnalyzeContent(ServiceCall call, Stream<StreamingAnalyzeContentRequest> request) Stream<StreamingAnalyzeContentResponse>
suggestArticles(ServiceCall call, SuggestArticlesRequest request) Future<SuggestArticlesResponse>
suggestArticles_Pre(ServiceCall call, Future<SuggestArticlesRequest> request) Future<SuggestArticlesResponse>
suggestFaqAnswers(ServiceCall call, SuggestFaqAnswersRequest request) Future<SuggestFaqAnswersResponse>
suggestFaqAnswers_Pre(ServiceCall call, Future<SuggestFaqAnswersRequest> request) Future<SuggestFaqAnswersResponse>
toString() String
A string representation of this object.
inherited
updateParticipant(ServiceCall call, UpdateParticipantRequest request) Future<Participant>
updateParticipant_Pre(ServiceCall call, Future<UpdateParticipantRequest> request) Future<Participant>

Operators

operator ==(Object other) bool
The equality operator.
inherited