Struct google_dialogflow2_beta1::GoogleCloudDialogflowV2beta1LoggingConfig[][src]

pub struct GoogleCloudDialogflowV2beta1LoggingConfig { /* fields omitted */ }

Defines logging behavior for conversation lifecycle events.

This type is not used in any activity, and only used as part of another schema.

Trait Implementations

impl Default for GoogleCloudDialogflowV2beta1LoggingConfig
[src]

Returns the "default value" for a type. Read more

impl Clone for GoogleCloudDialogflowV2beta1LoggingConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GoogleCloudDialogflowV2beta1LoggingConfig
[src]

Formats the value using the given formatter. Read more

impl Part for GoogleCloudDialogflowV2beta1LoggingConfig
[src]

Auto Trait Implementations