View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2ImportConversationDataOperationMetadata (google_api_dialogflow v0.88.3)
Metadata for a ConversationDatasets.ImportConversationData operation.
Attributes
-
conversationDataset
(type:String.t
, default:nil
) - The resource name of the imported conversation dataset. Format:projects//locations//conversationDatasets/
-
createTime
(type:DateTime.t
, default:nil
) - Timestamp when import conversation data request was created. The time is measured on server side. -
partialFailures
(type:list(GoogleApi.Dialogflow.V3.Model.GoogleRpcStatus.t)
, default:nil
) - Partial failures are failures that don't fail the whole long running operation, e.g. single files that couldn't be read.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowV2ImportConversationDataOperationMetadata{ conversationDataset: String.t() | nil, createTime: DateTime.t() | nil, partialFailures: [GoogleApi.Dialogflow.V3.Model.GoogleRpcStatus.t()] | nil }