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