public sealed class ImportDocumentsRequest : IMessage<ImportDocumentsRequest>, IEquatable<ImportDocumentsRequest>, IDeepCloneable<ImportDocumentsRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The latest version of `ImportDocumentsRequest` is `2.0.0-beta23`, which is part of the `Google.Cloud.DocumentAI.V1Beta3` namespace."],["`ImportDocumentsRequest` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class `ImportDocumentsRequest` has two constructors, one default and one that accepts another `ImportDocumentsRequest` object."],["`ImportDocumentsRequest` includes properties such as `BatchDocumentsImportConfigs`, which is a repeated field for managing Cloud Storage URIs of documents to import, and `Dataset`, which is a string representing the dataset resource name."],["There is also `DatasetAsDatasetName` which provides a typed view of the dataset resource name as a `DatasetName`."]]],[]]