createIntent abstract method

Future<Intent> createIntent(
  1. ServiceCall call,
  2. CreateIntentRequest request
)

Implementation

$async.Future<$5.Intent> createIntent(
    $grpc.ServiceCall call, $5.CreateIntentRequest request);