View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1UploadConversationMetadata (google_api_contact_center_insights v0.10.1)
The metadata for an UploadConversation
operation.
Attributes
-
analysisOperation
(type:String.t
, default:nil
) - Output only. The operation name for a successfully created analysis operation, if any. -
appliedRedactionConfig
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1RedactionConfig.t
, default:nil
) - Output only. The redaction config applied to the uploaded conversation. -
createTime
(type:DateTime.t
, default:nil
) - Output only. The time the operation was created. -
endTime
(type:DateTime.t
, default:nil
) - Output only. The time the operation finished running. -
request
(type:GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1UploadConversationRequest.t
, default:nil
) - Output only. The original request.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1UploadConversationMetadata{ analysisOperation: String.t() | nil, appliedRedactionConfig: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1RedactionConfig.t() | nil, createTime: DateTime.t() | nil, endTime: DateTime.t() | nil, request: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1UploadConversationRequest.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.