GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1SmartMessagingEntry (google_api_dialogflow v0.48.0) View Source
Smart Messaging Entry resource.
Attributes
-
messageInfo
(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1SmartMessagingEntryInfo.t
, default:nil
) - Output only. Metadata of the message entry -
name
(type:String.t
, default:nil
) - The unique identifier of this message entry. Required for [Documents.GetSmartMessagingEntry], [Documents.CreateSmartMessagingEntry], [Documents.UpdateSmartMessagingEntry], and [Documents.DeleteSmartMessagingEntry]. Format:projects//knowledgeBases//documents//smartMessagingEntries/
-
rawText
(type:String.t
, default:nil
) - Required. The raw text of the message. -
state
(type:String.t
, default:nil
) - Required. Smart Messaging Entry's enabled/disabled state.
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.GoogleCloudDialogflowV2beta1SmartMessagingEntry{ messageInfo: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1SmartMessagingEntryInfo.t(), name: String.t(), rawText: String.t(), state: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.