1
2
3
4
5
6
7
8
9
10
#[cfg(
    any(
        feature = "google-actions-sdk-v2",
        feature = "google-actions-sdk-v2-conversation",
        feature = "google-actions-sdk-v2-interactionmodel",
        feature = "google-actions-sdk-v2-interactionmodel-prompt",
        feature = "google-actions-sdk-v2-interactionmodel-type",
    )
)]
pub mod v2;