detectIntentResponse property

  1. @TagNumber(1)
DetectIntentResponse get detectIntentResponse

Implementation

@$pb.TagNumber(1)
$9.DetectIntentResponse get detectIntentResponse => $_getN(0);
  1. @TagNumber(1)
set detectIntentResponse (DetectIntentResponse v)

Implementation

@$pb.TagNumber(1)
set detectIntentResponse($9.DetectIntentResponse v) {
  setField(1, v);
}