| Name | Type | Description | Notes |
|---|---|---|---|
| Links | Pointer to ParentLink | [optional] | |
| Color | Pointer to string | [optional] | |
| Comment | Pointer to string | [optional] | |
| Description | Pointer to string | Returns the description for the agent. This is only returned for agent variations. | [optional] |
| Instructions | Pointer to string | Returns the instructions for the agent. This is only returned for agent variations. | [optional] |
| Key | string | ||
| Id | string | ||
| Messages | Pointer to []Message | [optional] | |
| Model | map[string]interface{} | ||
| ModelConfigKey | Pointer to string | [optional] | |
| Name | string | ||
| CreatedAt | int64 | ||
| Version | int32 | ||
| State | Pointer to string | [optional] | |
| ArchivedAt | Pointer to int64 | [optional] | |
| PublishedAt | Pointer to int64 | [optional] | |
| Tools | Pointer to []VariationTool | [optional] | |
| JudgeConfiguration | Pointer to JudgeConfiguration | [optional] | |
| JudgingConfigKeys | Pointer to []string | [optional] |
func NewAIConfigVariation(key string, id string, model map[string]interface{}, name string, createdAt int64, version int32, ) *AIConfigVariation
NewAIConfigVariation instantiates a new AIConfigVariation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAIConfigVariationWithDefaults() *AIConfigVariation
NewAIConfigVariationWithDefaults instantiates a new AIConfigVariation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *AIConfigVariation) GetLinks() ParentLink
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *AIConfigVariation) GetLinksOk() (*ParentLink, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigVariation) SetLinks(v ParentLink)
SetLinks sets Links field to given value.
func (o *AIConfigVariation) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *AIConfigVariation) GetColor() string
GetColor returns the Color field if non-nil, zero value otherwise.
func (o *AIConfigVariation) GetColorOk() (*string, bool)
GetColorOk returns a tuple with the Color field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigVariation) SetColor(v string)
SetColor sets Color field to given value.
func (o *AIConfigVariation) HasColor() bool
HasColor returns a boolean if a field has been set.
func (o *AIConfigVariation) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
func (o *AIConfigVariation) GetCommentOk() (*string, bool)
GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigVariation) SetComment(v string)
SetComment sets Comment field to given value.
func (o *AIConfigVariation) HasComment() bool
HasComment returns a boolean if a field has been set.
func (o *AIConfigVariation) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *AIConfigVariation) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigVariation) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *AIConfigVariation) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *AIConfigVariation) GetInstructions() string
GetInstructions returns the Instructions field if non-nil, zero value otherwise.
func (o *AIConfigVariation) GetInstructionsOk() (*string, bool)
GetInstructionsOk returns a tuple with the Instructions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigVariation) SetInstructions(v string)
SetInstructions sets Instructions field to given value.
func (o *AIConfigVariation) HasInstructions() bool
HasInstructions returns a boolean if a field has been set.
func (o *AIConfigVariation) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *AIConfigVariation) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigVariation) SetKey(v string)
SetKey sets Key field to given value.
func (o *AIConfigVariation) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AIConfigVariation) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigVariation) SetId(v string)
SetId sets Id field to given value.
func (o *AIConfigVariation) GetMessages() []Message
GetMessages returns the Messages field if non-nil, zero value otherwise.
func (o *AIConfigVariation) GetMessagesOk() (*[]Message, bool)
GetMessagesOk returns a tuple with the Messages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigVariation) SetMessages(v []Message)
SetMessages sets Messages field to given value.
func (o *AIConfigVariation) HasMessages() bool
HasMessages returns a boolean if a field has been set.
func (o *AIConfigVariation) GetModel() map[string]interface{}
GetModel returns the Model field if non-nil, zero value otherwise.
func (o *AIConfigVariation) GetModelOk() (*map[string]interface{}, bool)
GetModelOk returns a tuple with the Model field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigVariation) SetModel(v map[string]interface{})
SetModel sets Model field to given value.
func (o *AIConfigVariation) GetModelConfigKey() string
GetModelConfigKey returns the ModelConfigKey field if non-nil, zero value otherwise.
func (o *AIConfigVariation) GetModelConfigKeyOk() (*string, bool)
GetModelConfigKeyOk returns a tuple with the ModelConfigKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigVariation) SetModelConfigKey(v string)
SetModelConfigKey sets ModelConfigKey field to given value.
func (o *AIConfigVariation) HasModelConfigKey() bool
HasModelConfigKey returns a boolean if a field has been set.
func (o *AIConfigVariation) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AIConfigVariation) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigVariation) SetName(v string)
SetName sets Name field to given value.
func (o *AIConfigVariation) GetCreatedAt() int64
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *AIConfigVariation) GetCreatedAtOk() (*int64, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigVariation) SetCreatedAt(v int64)
SetCreatedAt sets CreatedAt field to given value.
func (o *AIConfigVariation) GetVersion() int32
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *AIConfigVariation) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigVariation) SetVersion(v int32)
SetVersion sets Version field to given value.
func (o *AIConfigVariation) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *AIConfigVariation) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigVariation) SetState(v string)
SetState sets State field to given value.
func (o *AIConfigVariation) HasState() bool
HasState returns a boolean if a field has been set.
func (o *AIConfigVariation) GetArchivedAt() int64
GetArchivedAt returns the ArchivedAt field if non-nil, zero value otherwise.
func (o *AIConfigVariation) GetArchivedAtOk() (*int64, bool)
GetArchivedAtOk returns a tuple with the ArchivedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigVariation) SetArchivedAt(v int64)
SetArchivedAt sets ArchivedAt field to given value.
func (o *AIConfigVariation) HasArchivedAt() bool
HasArchivedAt returns a boolean if a field has been set.
func (o *AIConfigVariation) GetPublishedAt() int64
GetPublishedAt returns the PublishedAt field if non-nil, zero value otherwise.
func (o *AIConfigVariation) GetPublishedAtOk() (*int64, bool)
GetPublishedAtOk returns a tuple with the PublishedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigVariation) SetPublishedAt(v int64)
SetPublishedAt sets PublishedAt field to given value.
func (o *AIConfigVariation) HasPublishedAt() bool
HasPublishedAt returns a boolean if a field has been set.
func (o *AIConfigVariation) GetTools() []VariationTool
GetTools returns the Tools field if non-nil, zero value otherwise.
func (o *AIConfigVariation) GetToolsOk() (*[]VariationTool, bool)
GetToolsOk returns a tuple with the Tools field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigVariation) SetTools(v []VariationTool)
SetTools sets Tools field to given value.
func (o *AIConfigVariation) HasTools() bool
HasTools returns a boolean if a field has been set.
func (o *AIConfigVariation) GetJudgeConfiguration() JudgeConfiguration
GetJudgeConfiguration returns the JudgeConfiguration field if non-nil, zero value otherwise.
func (o *AIConfigVariation) GetJudgeConfigurationOk() (*JudgeConfiguration, bool)
GetJudgeConfigurationOk returns a tuple with the JudgeConfiguration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigVariation) SetJudgeConfiguration(v JudgeConfiguration)
SetJudgeConfiguration sets JudgeConfiguration field to given value.
func (o *AIConfigVariation) HasJudgeConfiguration() bool
HasJudgeConfiguration returns a boolean if a field has been set.
func (o *AIConfigVariation) GetJudgingConfigKeys() []string
GetJudgingConfigKeys returns the JudgingConfigKeys field if non-nil, zero value otherwise.
func (o *AIConfigVariation) GetJudgingConfigKeysOk() (*[]string, bool)
GetJudgingConfigKeysOk returns a tuple with the JudgingConfigKeys field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AIConfigVariation) SetJudgingConfigKeys(v []string)
SetJudgingConfigKeys sets JudgingConfigKeys field to given value.
func (o *AIConfigVariation) HasJudgingConfigKeys() bool
HasJudgingConfigKeys returns a boolean if a field has been set.