clone method
Creates a deep copy of the fields in this message. (The generated code uses mergeFromMessage.)
Implementation
StreamingIntentRecognizeResponse clone() => StreamingIntentRecognizeResponse()..mergeFromMessage(this);
Creates a deep copy of the fields in this message. (The generated code uses mergeFromMessage.)
StreamingIntentRecognizeResponse clone() => StreamingIntentRecognizeResponse()..mergeFromMessage(this);