GoodMem
ReferenceClient SDKsGo SDKConfiguration

PostProcessor Configuration

PostProcessor Configuration documentation for Go SDK

Properties

NameTypeDescriptionNotes
NamestringFully qualified factory class name of the post-processor to apply.
ConfigPointer to map[string]map[string]interfaceConfiguration parameters for the post-processor. Fields depend on the selected processor; see the linked documentation for the built-in ChatPostProcessor schema.[optional]

Methods

NewPostProcessor

func NewPostProcessor(name string, ) *PostProcessor

NewPostProcessor instantiates a new PostProcessor 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

NewPostProcessorWithDefaults

func NewPostProcessorWithDefaults() *PostProcessor

NewPostProcessorWithDefaults instantiates a new PostProcessor 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

GetName

func (o *PostProcessor) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *PostProcessor) 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.

SetName

func (o *PostProcessor) SetName(v string)

SetName sets Name field to given value.

GetConfig

func (o *PostProcessor) GetConfig() map[string]map[string]interface{}

GetConfig returns the Config field if non-nil, zero value otherwise.

GetConfigOk

func (o *PostProcessor) GetConfigOk() (*map[string]map[string]interface{}, bool)

GetConfigOk returns a tuple with the Config field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetConfig

func (o *PostProcessor) SetConfig(v map[string]map[string]interface{})

SetConfig sets Config field to given value.

HasConfig

func (o *PostProcessor) HasConfig() bool

HasConfig returns a boolean if a field has been set.

SetConfigNil

func (o *PostProcessor) SetConfigNil(b bool)

SetConfigNil sets the value for Config to be an explicit nil

UnsetConfig

func (o *PostProcessor) UnsetConfig()

UnsetConfig ensures that no value is present for Config, not even an explicit nil

↑ Back to Go SDK ↑ Back to Go SDK ↑ Back to Go SDK