GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ValidationMessage (google_api_dialogflow v0.72.0) View Source
Agent/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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
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
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.