createIntent abstract method

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

Implementation

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