Interface NlRecordedExchangeExperimental

interface NlRecordedExchange {
    request: NlRecordedRequest;
    response: NlCompletionResponse;
}

Properties

Properties