BaseRequest {
    DialogId: "some dialog";
    Location {
        Lat: 123;
        Lon: 123;
        Accuracy: 5;
        Recency: 400;
        Speed: 5;
    }
    RequestId: "hello world";
    RandomSeed: 5;
    ClientInfo {
        AppId: "some app";
        AppVersion: "12345";
        DeviceManufacturer: "Yandex";
        DeviceModel: "Zhelezyachka";
        Platform: "Android";
        OsVersion: "111";

        Uuid: "15BDFEB2-B15A-4F9D-91E4-6ADC7C19624D";
        DeviceId: "2DF99BAD-31B4-40B8-825A-2EB90191F12F";
        Lang: "ru-RU";
        Timezone: "UTC+3";
        Epoch: "1574446557";
    }
    Experiments {
    }
}

DataSources {
}

Input {
    Text: {
        Utterance: ""
    }
}
