GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ValidationMessage (google_api_dialogflow v0.89.0)
View SourceAgent/flow validation message.
Attributes
-
detail(type:String.t, default:nil) - The message detail. -
resourceNames(type:list(GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ResourceName.t), default:nil) - The resource names of the resources where the message is found. -
resourceType(type:String.t, default:nil) - The type of the resources where the message is found. -
resources(type:list(String.t), default:nil) - The names of the resources where the message is found. -
severity(type:String.t, default:nil) - Indicates the severity of the message.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ValidationMessage{ detail: String.t() | nil, resourceNames: [GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ResourceName.t()] | nil, resourceType: String.t() | nil, resources: [String.t()] | nil, severity: String.t() | nil }