GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1SmartMessagingEntryInfo (google_api_dialogflow v0.47.0) View Source

Smart messaging entry info.

Attributes

  • creationMethod (type: String.t, default: nil) - Output only. Method of how the smart messaging entry was created. When the smart messaging entry was generated from GenerateDocument, the value is AUTOMATIC; when the entry was manually added through CreateSmartMessagingEntry, the value is MANUAL.
  • occurrenceCount (type: integer(), default: nil) - The number of times an entry's message text has been uttered

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.GoogleCloudDialogflowV2beta1SmartMessagingEntryInfo{
    creationMethod: String.t(),
    occurrenceCount: integer()
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.