AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the GetImport operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.LexModelBuildingService.Model.GetImportResponse

Namespace: Amazon.LexModelBuildingService.Model
Assembly: AWSSDK.LexModelBuildingService.dll
Version: 3.x.y.z

Syntax

C#
public class GetImportResponse : AmazonWebServiceResponse

The GetImportResponse type exposes the following members

Constructors

NameDescription
Public Method GetImportResponse()

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedDate System.DateTime

Gets and sets the property CreatedDate.

A timestamp for the date and time that the import job was created.

Public Property FailureReason System.Collections.Generic.List<System.String>

Gets and sets the property FailureReason.

A string that describes why an import job failed to complete.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ImportId System.String

Gets and sets the property ImportId.

The identifier for the specific import job.

Public Property ImportStatus Amazon.LexModelBuildingService.ImportStatus

Gets and sets the property ImportStatus.

The status of the import job. If the status is FAILED, you can get the reason for the failure from the failureReason field.

Public Property MergeStrategy Amazon.LexModelBuildingService.MergeStrategy

Gets and sets the property MergeStrategy.

The action taken when there was a conflict between an existing resource and a resource in the import file.

Public Property Name System.String

Gets and sets the property Name.

The name given to the import job.

Public Property ResourceType Amazon.LexModelBuildingService.ResourceType

Gets and sets the property ResourceType.

The type of resource imported.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5