SessionsServiceBase class abstract
Constructors
Properties
Methods
-
$addMethod(
ServiceMethod method) → void -
inherited
-
$lookupMethod(
String name) → ServiceMethod? -
inherited
-
$onMetadata(
ServiceCall context) → void -
Client metadata handler.
inherited
-
detectIntent(
ServiceCall call, DetectIntentRequest request) → Future< DetectIntentResponse> -
detectIntent_Pre(
ServiceCall call, Future< DetectIntentRequest> request) → Future<DetectIntentResponse> -
fulfillIntent(
ServiceCall call, FulfillIntentRequest request) → Future< FulfillIntentResponse> -
fulfillIntent_Pre(
ServiceCall call, Future< FulfillIntentRequest> request) → Future<FulfillIntentResponse> -
matchIntent(
ServiceCall call, MatchIntentRequest request) → Future< MatchIntentResponse> -
matchIntent_Pre(
ServiceCall call, Future< MatchIntentRequest> request) → Future<MatchIntentResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
streamingDetectIntent(
ServiceCall call, Stream< StreamingDetectIntentRequest> request) → Stream<StreamingDetectIntentResponse> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited