View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel (google_api_contact_center_insights v0.13.0)
Represents a conversation, resource, and label provided by the user.
Attributes
-
createTime(type:DateTime.t, default:nil) - Output only. Create time of the label. -
label(type:String.t, default:nil) - String label. -
labeledResource(type:String.t, default:nil) - Resource name of the resource to be labeled. -
name(type:String.t, default:nil) - Immutable. Resource name of the FeedbackLabel. Format: projects/{project}/locations/{location}/conversations/{conversation}/feedbackLabels/{feedback_label} -
qaAnswerLabel(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue.t, default:nil) - QaAnswer label. -
updateTime(type:DateTime.t, default:nil) - Output only. Update time of the label.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1FeedbackLabel{ createTime: DateTime.t() | nil, label: String.t() | nil, labeledResource: String.t() | nil, name: String.t() | nil, qaAnswerLabel: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1QaAnswerAnswerValue.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.