1
2
3
4
5
6
7
8
9
10
11
12
#[cfg(any(feature = "google-actions-type"))]
pub mod r#type;
#[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 sdk;