createIntent method

ResponseFuture<Intent> createIntent(
  1. CreateIntentRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$7.Intent> createIntent($7.CreateIntentRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$createIntent, request, options: options);
}