responseBody = body.toString();
return this;
}
private void addInteraction() {
Interaction currentInteraction;
if (existing.state == null) {
currentInteraction = Interaction$.MODULE$.apply(
existing.description,
None$.apply(existing.state),
Request$.MODULE$.apply(existing.requestMethod, existing.path, existing.query, existing.requestHeaders,