Class InvokeTransformerOptions
InvokeTransformerOptions
Implements
Inherited Members
Namespace: mailslurp.Model
Assembly: mailslurp.dll
Syntax
[DataContract(Name = "InvokeTransformerOptions")]
public class InvokeTransformerOptions : IValidatableObject
Constructors
View SourceInvokeTransformerOptions(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 SourceAiTransformId
Gets or Sets AiTransformId
Declaration
[DataMember(Name = "aiTransformId", EmitDefaultValue = true)]
public Guid? AiTransformId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |
AiTransformMappingId
Gets or Sets AiTransformMappingId
Declaration
[DataMember(Name = "aiTransformMappingId", EmitDefaultValue = true)]
public Guid? AiTransformMappingId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |
ContentSelector
Gets or Sets ContentSelector
Declaration
[DataMember(Name = "contentSelector", EmitDefaultValue = true)]
public InvokeTransformerOptions.ContentSelectorEnum? ContentSelector { get; set; }
Property Value
| Type | Description |
|---|---|
| InvokeTransformerOptions.ContentSelectorEnum? |
EntityId
Gets or Sets EntityId
Declaration
[DataMember(Name = "entityId", EmitDefaultValue = true)]
public string EntityId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EntityType
Gets or Sets EntityType
Declaration
[DataMember(Name = "entityType", EmitDefaultValue = true)]
public InvokeTransformerOptions.EntityTypeEnum? EntityType { get; set; }
Property Value
| Type | Description |
|---|---|
| InvokeTransformerOptions.EntityTypeEnum? |
RawConditions
Gets or Sets RawConditions
Declaration
[DataMember(Name = "rawConditions", EmitDefaultValue = true)]
public List<string> RawConditions { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
RawInput
Gets or Sets RawInput
Declaration
[DataMember(Name = "rawInput", EmitDefaultValue = true)]
public string RawInput { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RawInstructions
Gets or Sets RawInstructions
Declaration
[DataMember(Name = "rawInstructions", EmitDefaultValue = true)]
public List<string> RawInstructions { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
RawOutputSchema
Gets or Sets RawOutputSchema
Declaration
[DataMember(Name = "rawOutputSchema", EmitDefaultValue = true)]
public StructuredOutputSchema RawOutputSchema { get; set; }
Property Value
| Type | Description |
|---|---|
| StructuredOutputSchema |
SaveResults
Gets or Sets SaveResults
Declaration
[DataMember(Name = "saveResults", EmitDefaultValue = true)]
public bool? SaveResults { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Methods
View SourceToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
| Type | Description |
|---|---|
| string | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | String presentation of the object |