detectIntentResponse property

  1. @TagNumber(2)
DetectIntentResponse get detectIntentResponse

Implementation

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

Implementation

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