google_api_dialogflow v0.43.0 GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1AutoApproveSmartMessagingEntriesResponse View Source

Response message for [Documents.AutoApproveSmartMessagingEntries].

Attributes

  • disabledCount (type: integer(), default: nil) - Number of smart messaging entries disabled.
  • enabledCount (type: integer(), default: nil) - Number of smart messaging entries enabled.
  • unreviewedCount (type: integer(), default: nil) - Number of smart messaging entries unreviewed.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1AutoApproveSmartMessagingEntriesResponse{
    disabledCount: integer(),
    enabledCount: integer(),
    unreviewedCount: integer()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.