Search Results for

    Show / Hide Table of Contents

    Class InvokeTransformerOptions

    InvokeTransformerOptions

    Inheritance
    object
    InvokeTransformerOptions
    Implements
    IValidatableObject
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: mailslurp.Model
    Assembly: mailslurp.dll
    Syntax
    [DataContract(Name = "InvokeTransformerOptions")]
    public class InvokeTransformerOptions : IValidatableObject

    Constructors

    View Source

    InvokeTransformerOptions(Guid?, Guid?, string, string, EntityTypeEnum?, List<string>, List<string>, StructuredOutputSchema, ContentSelectorEnum?, bool?)

    Initializes a new instance of the InvokeTransformerOptions class.

    Declaration
    public InvokeTransformerOptions(Guid? aiTransformId = null, Guid? aiTransformMappingId = null, string rawInput = null, string entityId = null, InvokeTransformerOptions.EntityTypeEnum? entityType = null, List<string> rawConditions = null, List<string> rawInstructions = null, StructuredOutputSchema rawOutputSchema = null, InvokeTransformerOptions.ContentSelectorEnum? contentSelector = null, bool? saveResults = null)
    Parameters
    Type Name Description
    Guid? aiTransformId

    aiTransformId.

    Guid? aiTransformMappingId

    aiTransformMappingId.

    string rawInput

    rawInput.

    string entityId

    entityId.

    InvokeTransformerOptions.EntityTypeEnum? entityType

    entityType.

    List<string> rawConditions

    rawConditions.

    List<string> rawInstructions

    rawInstructions.

    StructuredOutputSchema rawOutputSchema

    rawOutputSchema.

    InvokeTransformerOptions.ContentSelectorEnum? contentSelector

    contentSelector.

    bool? saveResults

    saveResults.

    Properties

    View Source

    AiTransformId

    Gets or Sets AiTransformId

    Declaration
    [DataMember(Name = "aiTransformId", EmitDefaultValue = true)]
    public Guid? AiTransformId { get; set; }
    Property Value
    Type Description
    Guid?
    View Source

    AiTransformMappingId

    Gets or Sets AiTransformMappingId

    Declaration
    [DataMember(Name = "aiTransformMappingId", EmitDefaultValue = true)]
    public Guid? AiTransformMappingId { get; set; }
    Property Value
    Type Description
    Guid?
    View Source

    ContentSelector

    Gets or Sets ContentSelector

    Declaration
    [DataMember(Name = "contentSelector", EmitDefaultValue = true)]
    public InvokeTransformerOptions.ContentSelectorEnum? ContentSelector { get; set; }
    Property Value
    Type Description
    InvokeTransformerOptions.ContentSelectorEnum?
    View Source

    EntityId

    Gets or Sets EntityId

    Declaration
    [DataMember(Name = "entityId", EmitDefaultValue = true)]
    public string EntityId { get; set; }
    Property Value
    Type Description
    string
    View Source

    EntityType

    Gets or Sets EntityType

    Declaration
    [DataMember(Name = "entityType", EmitDefaultValue = true)]
    public InvokeTransformerOptions.EntityTypeEnum? EntityType { get; set; }
    Property Value
    Type Description
    InvokeTransformerOptions.EntityTypeEnum?
    View Source

    RawConditions

    Gets or Sets RawConditions

    Declaration
    [DataMember(Name = "rawConditions", EmitDefaultValue = true)]
    public List<string> RawConditions { get; set; }
    Property Value
    Type Description
    List<string>
    View Source

    RawInput

    Gets or Sets RawInput

    Declaration
    [DataMember(Name = "rawInput", EmitDefaultValue = true)]
    public string RawInput { get; set; }
    Property Value
    Type Description
    string
    View Source

    RawInstructions

    Gets or Sets RawInstructions

    Declaration
    [DataMember(Name = "rawInstructions", EmitDefaultValue = true)]
    public List<string> RawInstructions { get; set; }
    Property Value
    Type Description
    List<string>
    View Source

    RawOutputSchema

    Gets or Sets RawOutputSchema

    Declaration
    [DataMember(Name = "rawOutputSchema", EmitDefaultValue = true)]
    public StructuredOutputSchema RawOutputSchema { get; set; }
    Property Value
    Type Description
    StructuredOutputSchema
    View Source

    SaveResults

    Gets or Sets SaveResults

    Declaration
    [DataMember(Name = "saveResults", EmitDefaultValue = true)]
    public bool? SaveResults { get; set; }
    Property Value
    Type Description
    bool?

    Methods

    View Source

    ToJson()

    Returns the JSON string presentation of the object

    Declaration
    public virtual string ToJson()
    Returns
    Type Description
    string

    JSON string presentation of the object

    View Source

    ToString()

    Returns the string presentation of the object

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    String presentation of the object

    Overrides
    object.ToString()

    Implements

    IValidatableObject
    • View Source
    In this article
    Back to top See MailSlurp website for more information.