Home
last modified time | relevance | path

Searched defs:SetRequestAttributes (Results 1 – 25 of 56) sorted by relevance

123

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lexv2-runtime/include/aws/lexv2-runtime/model/
H A DPutSessionResult.h195 inline void SetRequestAttributes(const Aws::String& value) { m_requestAttributes = value; } in SetRequestAttributes() function
202 … inline void SetRequestAttributes(Aws::String&& value) { m_requestAttributes = std::move(value); } in SetRequestAttributes() function
209 inline void SetRequestAttributes(const char* value) { m_requestAttributes.assign(value); } in SetRequestAttributes() function
H A DRecognizeUtteranceResult.h365 inline void SetRequestAttributes(const Aws::String& value) { m_requestAttributes = value; } in SetRequestAttributes() function
372 … inline void SetRequestAttributes(Aws::String&& value) { m_requestAttributes = std::move(value); } in SetRequestAttributes() function
379 inline void SetRequestAttributes(const char* value) { m_requestAttributes.assign(value); } in SetRequestAttributes() function
H A DRecognizeUtteranceRequest.h303 …inline void SetRequestAttributes(const Aws::String& value) { m_requestAttributesHasBeenSet = true;… in SetRequestAttributes() function
313 …inline void SetRequestAttributes(Aws::String&& value) { m_requestAttributesHasBeenSet = true; m_re… in SetRequestAttributes() function
323 …inline void SetRequestAttributes(const char* value) { m_requestAttributesHasBeenSet = true; m_requ… in SetRequestAttributes() function
H A DRecognizeTextResult.h198 …inline void SetRequestAttributes(const Aws::Map<Aws::String, Aws::String>& value) { m_requestAttri… in SetRequestAttributes() function
203 …inline void SetRequestAttributes(Aws::Map<Aws::String, Aws::String>&& value) { m_requestAttributes… in SetRequestAttributes() function
H A DIntentResultEvent.h182 …inline void SetRequestAttributes(const Aws::Map<Aws::String, Aws::String>& value) { m_requestAttri… in SetRequestAttributes() function
187 …inline void SetRequestAttributes(Aws::Map<Aws::String, Aws::String>&& value) { m_requestAttributes… in SetRequestAttributes() function
H A DConfigurationEvent.h68 …inline void SetRequestAttributes(const Aws::Map<Aws::String, Aws::String>& value) { m_requestAttri… in SetRequestAttributes() function
76 …inline void SetRequestAttributes(Aws::Map<Aws::String, Aws::String>&& value) { m_requestAttributes… in SetRequestAttributes() function
H A DRecognizeTextRequest.h295 …inline void SetRequestAttributes(const Aws::Map<Aws::String, Aws::String>& value) { m_requestAttri… in SetRequestAttributes() function
303 …inline void SetRequestAttributes(Aws::Map<Aws::String, Aws::String>&& value) { m_requestAttributes… in SetRequestAttributes() function
H A DPutSessionRequest.h325 …inline void SetRequestAttributes(const Aws::Map<Aws::String, Aws::String>& value) { m_requestAttri… in SetRequestAttributes() function
333 …inline void SetRequestAttributes(Aws::Map<Aws::String, Aws::String>&& value) { m_requestAttributes… in SetRequestAttributes() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lex/include/aws/lex/model/
H A DPostContentRequest.h418 …inline void SetRequestAttributes(const Aws::String& value) { m_requestAttributesHasBeenSet = true;… in SetRequestAttributes() function
432 …inline void SetRequestAttributes(Aws::String&& value) { m_requestAttributesHasBeenSet = true; m_re… in SetRequestAttributes() function
446 …inline void SetRequestAttributes(const char* value) { m_requestAttributesHasBeenSet = true; m_requ… in SetRequestAttributes() function
H A DPostTextRequest.h414 …inline void SetRequestAttributes(const Aws::Map<Aws::String, Aws::String>& value) { m_requestAttri… in SetRequestAttributes() function
424 …inline void SetRequestAttributes(Aws::Map<Aws::String, Aws::String>&& value) { m_requestAttributes… in SetRequestAttributes() function
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/
H A Dapi.go650 func (s *PostContentInput) SetRequestAttributes(v aws.JSONValue) *PostContentInput { func
953 func (s *PostTextInput) SetRequestAttributes(v map[string]*string) *PostTextInput { func
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/
H A Dapi.go650 func (s *PostContentInput) SetRequestAttributes(v aws.JSONValue) *PostContentInput { func
953 func (s *PostTextInput) SetRequestAttributes(v map[string]*string) *PostTextInput { func
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/
H A Dapi.go625 func (s *PostContentInput) SetRequestAttributes(v aws.JSONValue) *PostContentInput { func
950 func (s *PostTextInput) SetRequestAttributes(v map[string]*string) *PostTextInput { func
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/
H A Dapi.go647 func (s *PostContentInput) SetRequestAttributes(v aws.JSONValue) *PostContentInput { func
973 func (s *PostTextInput) SetRequestAttributes(v map[string]*string) *PostTextInput { func
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/service/lexruntimeservice/
H A Dapi.go647 func (s *PostContentInput) SetRequestAttributes(v aws.JSONValue) *PostContentInput { func
973 func (s *PostTextInput) SetRequestAttributes(v map[string]*string) *PostTextInput { func
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/aws/aws-sdk-go/service/lexruntimev2/
H A Dapi.go1536 func (s *ConfigurationEvent) SetRequestAttributes(v map[string]*string) *ConfigurationEvent { func
2546 func (s *IntentResultEvent) SetRequestAttributes(v map[string]*string) *IntentResultEvent { func
3074 func (s *PutSessionInput) SetRequestAttributes(v map[string]*string) *PutSessionInput { func
3157 func (s *PutSessionOutput) SetRequestAttributes(v string) *PutSessionOutput { func
3287 func (s *RecognizeTextInput) SetRequestAttributes(v map[string]*string) *RecognizeTextInput { func
3361 func (s *RecognizeTextOutput) SetRequestAttributes(v map[string]*string) *RecognizeTextOutput { func
3535 func (s *RecognizeUtteranceInput) SetRequestAttributes(v string) *RecognizeUtteranceInput { func
3662 func (s *RecognizeUtteranceOutput) SetRequestAttributes(v string) *RecognizeUtteranceOutput { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/aws/aws-sdk-go/service/lexruntimev2/
H A Dapi.go1577 func (s *ConfigurationEvent) SetRequestAttributes(v map[string]*string) *ConfigurationEvent { func
2589 func (s *IntentResultEvent) SetRequestAttributes(v map[string]*string) *IntentResultEvent { func
3123 func (s *PutSessionInput) SetRequestAttributes(v map[string]*string) *PutSessionInput { func
3206 func (s *PutSessionOutput) SetRequestAttributes(v string) *PutSessionOutput { func
3336 func (s *RecognizeTextInput) SetRequestAttributes(v map[string]*string) *RecognizeTextInput { func
3411 func (s *RecognizeTextOutput) SetRequestAttributes(v map[string]*string) *RecognizeTextOutput { func
3591 func (s *RecognizeUtteranceInput) SetRequestAttributes(v string) *RecognizeUtteranceInput { func
3743 func (s *RecognizeUtteranceOutput) SetRequestAttributes(v string) *RecognizeUtteranceOutput { func
/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/service/lexruntimev2/
H A Dapi.go1577 func (s *ConfigurationEvent) SetRequestAttributes(v map[string]*string) *ConfigurationEvent { func
2589 func (s *IntentResultEvent) SetRequestAttributes(v map[string]*string) *IntentResultEvent { func
3123 func (s *PutSessionInput) SetRequestAttributes(v map[string]*string) *PutSessionInput { func
3206 func (s *PutSessionOutput) SetRequestAttributes(v string) *PutSessionOutput { func
3336 func (s *RecognizeTextInput) SetRequestAttributes(v map[string]*string) *RecognizeTextInput { func
3411 func (s *RecognizeTextOutput) SetRequestAttributes(v map[string]*string) *RecognizeTextOutput { func
3591 func (s *RecognizeUtteranceInput) SetRequestAttributes(v string) *RecognizeUtteranceInput { func
3743 func (s *RecognizeUtteranceOutput) SetRequestAttributes(v string) *RecognizeUtteranceOutput { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/aws/aws-sdk-go/service/lexruntimev2/
H A Dapi.go1536 func (s *ConfigurationEvent) SetRequestAttributes(v map[string]*string) *ConfigurationEvent { func
2546 func (s *IntentResultEvent) SetRequestAttributes(v map[string]*string) *IntentResultEvent { func
3074 func (s *PutSessionInput) SetRequestAttributes(v map[string]*string) *PutSessionInput { func
3157 func (s *PutSessionOutput) SetRequestAttributes(v string) *PutSessionOutput { func
3287 func (s *RecognizeTextInput) SetRequestAttributes(v map[string]*string) *RecognizeTextInput { func
3361 func (s *RecognizeTextOutput) SetRequestAttributes(v map[string]*string) *RecognizeTextOutput { func
3535 func (s *RecognizeUtteranceInput) SetRequestAttributes(v string) *RecognizeUtteranceInput { func
3662 func (s *RecognizeUtteranceOutput) SetRequestAttributes(v string) *RecognizeUtteranceOutput { func
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/aws/aws-sdk-go/service/lexruntimev2/
H A Dapi.go1519 func (s *ConfigurationEvent) SetRequestAttributes(v map[string]*string) *ConfigurationEvent { func
2529 func (s *IntentResultEvent) SetRequestAttributes(v map[string]*string) *IntentResultEvent { func
3057 func (s *PutSessionInput) SetRequestAttributes(v map[string]*string) *PutSessionInput { func
3140 func (s *PutSessionOutput) SetRequestAttributes(v string) *PutSessionOutput { func
3270 func (s *RecognizeTextInput) SetRequestAttributes(v map[string]*string) *RecognizeTextInput { func
3344 func (s *RecognizeTextOutput) SetRequestAttributes(v map[string]*string) *RecognizeTextOutput { func
3518 func (s *RecognizeUtteranceInput) SetRequestAttributes(v string) *RecognizeUtteranceInput { func
3645 func (s *RecognizeUtteranceOutput) SetRequestAttributes(v string) *RecognizeUtteranceOutput { func
/dports/net/rclone/rclone-1.57.0/vendor/github.com/aws/aws-sdk-go/service/lexruntimev2/
H A Dapi.go1577 func (s *ConfigurationEvent) SetRequestAttributes(v map[string]*string) *ConfigurationEvent { func
2589 func (s *IntentResultEvent) SetRequestAttributes(v map[string]*string) *IntentResultEvent { func
3123 func (s *PutSessionInput) SetRequestAttributes(v map[string]*string) *PutSessionInput { func
3206 func (s *PutSessionOutput) SetRequestAttributes(v string) *PutSessionOutput { func
3336 func (s *RecognizeTextInput) SetRequestAttributes(v map[string]*string) *RecognizeTextInput { func
3411 func (s *RecognizeTextOutput) SetRequestAttributes(v map[string]*string) *RecognizeTextOutput { func
3591 func (s *RecognizeUtteranceInput) SetRequestAttributes(v string) *RecognizeUtteranceInput { func
3743 func (s *RecognizeUtteranceOutput) SetRequestAttributes(v string) *RecognizeUtteranceOutput { func
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/aws/aws-sdk-go/service/lexruntimev2/
H A Dapi.go1715 func (s *ConfigurationEvent) SetRequestAttributes(v map[string]*string) *ConfigurationEvent { func
2835 func (s *IntentResultEvent) SetRequestAttributes(v map[string]*string) *IntentResultEvent { func
3421 func (s *PutSessionInput) SetRequestAttributes(v map[string]*string) *PutSessionInput { func
3512 func (s *PutSessionOutput) SetRequestAttributes(v string) *PutSessionOutput { func
3654 func (s *RecognizeTextInput) SetRequestAttributes(v map[string]*string) *RecognizeTextInput { func
3737 func (s *RecognizeTextOutput) SetRequestAttributes(v map[string]*string) *RecognizeTextOutput { func
3933 func (s *RecognizeUtteranceInput) SetRequestAttributes(v string) *RecognizeUtteranceInput { func
4093 func (s *RecognizeUtteranceOutput) SetRequestAttributes(v string) *RecognizeUtteranceOutput { func
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/aws/aws-sdk-go/service/lexruntimev2/
H A Dapi.go1715 func (s *ConfigurationEvent) SetRequestAttributes(v map[string]*string) *ConfigurationEvent { func
2835 func (s *IntentResultEvent) SetRequestAttributes(v map[string]*string) *IntentResultEvent { func
3421 func (s *PutSessionInput) SetRequestAttributes(v map[string]*string) *PutSessionInput { func
3512 func (s *PutSessionOutput) SetRequestAttributes(v string) *PutSessionOutput { func
3654 func (s *RecognizeTextInput) SetRequestAttributes(v map[string]*string) *RecognizeTextInput { func
3737 func (s *RecognizeTextOutput) SetRequestAttributes(v map[string]*string) *RecognizeTextOutput { func
3933 func (s *RecognizeUtteranceInput) SetRequestAttributes(v string) *RecognizeUtteranceInput { func
4093 func (s *RecognizeUtteranceOutput) SetRequestAttributes(v string) *RecognizeUtteranceOutput { func
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/aws/aws-sdk-go/service/lexruntimev2/
H A Dapi.go1519 func (s *ConfigurationEvent) SetRequestAttributes(v map[string]*string) *ConfigurationEvent { func
2529 func (s *IntentResultEvent) SetRequestAttributes(v map[string]*string) *IntentResultEvent { func
3057 func (s *PutSessionInput) SetRequestAttributes(v map[string]*string) *PutSessionInput { func
3140 func (s *PutSessionOutput) SetRequestAttributes(v string) *PutSessionOutput { func
3270 func (s *RecognizeTextInput) SetRequestAttributes(v map[string]*string) *RecognizeTextInput { func
3344 func (s *RecognizeTextOutput) SetRequestAttributes(v map[string]*string) *RecognizeTextOutput { func
3518 func (s *RecognizeUtteranceInput) SetRequestAttributes(v string) *RecognizeUtteranceInput { func
3645 func (s *RecognizeUtteranceOutput) SetRequestAttributes(v string) *RecognizeUtteranceOutput { func
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/aws/aws-sdk-go/service/lexruntimev2/
H A Dapi.go1536 func (s *ConfigurationEvent) SetRequestAttributes(v map[string]*string) *ConfigurationEvent { func
2546 func (s *IntentResultEvent) SetRequestAttributes(v map[string]*string) *IntentResultEvent { func
3074 func (s *PutSessionInput) SetRequestAttributes(v map[string]*string) *PutSessionInput { func
3157 func (s *PutSessionOutput) SetRequestAttributes(v string) *PutSessionOutput { func
3287 func (s *RecognizeTextInput) SetRequestAttributes(v map[string]*string) *RecognizeTextInput { func
3361 func (s *RecognizeTextOutput) SetRequestAttributes(v map[string]*string) *RecognizeTextOutput { func
3535 func (s *RecognizeUtteranceInput) SetRequestAttributes(v string) *RecognizeUtteranceInput { func
3662 func (s *RecognizeUtteranceOutput) SetRequestAttributes(v string) *RecognizeUtteranceOutput { func

123