fulfillIntent method
ResponseFuture<FulfillIntentResponse>
fulfillIntent(
- FulfillIntentRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$9.FulfillIntentResponse> fulfillIntent(
$9.FulfillIntentRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$fulfillIntent, request, options: options);
}