Home
last modified time | relevance | path

Searched refs:SetIntentName (Results 1 – 25 of 94) sorted by relevance

1234

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lex-models/include/aws/lex-models/model/
H A DIntent.h53 …inline void SetIntentName(const Aws::String& value) { m_intentNameHasBeenSet = true; m_intentName … in SetIntentName() function
58 …inline void SetIntentName(Aws::String&& value) { m_intentNameHasBeenSet = true; m_intentName = std… in SetIntentName() function
63 …inline void SetIntentName(const char* value) { m_intentNameHasBeenSet = true; m_intentName.assign(… in SetIntentName() function
68 inline Intent& WithIntentName(const Aws::String& value) { SetIntentName(value); return *this;} in WithIntentName()
73 …inline Intent& WithIntentName(Aws::String&& value) { SetIntentName(std::move(value)); return *this… in WithIntentName()
78 inline Intent& WithIntentName(const char* value) { SetIntentName(value); return *this;} in WithIntentName()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lex/include/aws/lex/model/
H A DPredictedIntent.h60 …inline void SetIntentName(const Aws::String& value) { m_intentNameHasBeenSet = true; m_intentName … in SetIntentName() function
66 …inline void SetIntentName(Aws::String&& value) { m_intentNameHasBeenSet = true; m_intentName = std… in SetIntentName() function
72 …inline void SetIntentName(const char* value) { m_intentNameHasBeenSet = true; m_intentName.assign(… in SetIntentName() function
78 …inline PredictedIntent& WithIntentName(const Aws::String& value) { SetIntentName(value); return *t… in WithIntentName()
84 …inline PredictedIntent& WithIntentName(Aws::String&& value) { SetIntentName(std::move(value)); ret… in WithIntentName()
90 inline PredictedIntent& WithIntentName(const char* value) { SetIntentName(value); return *this;} in WithIntentName()
H A DDialogAction.h152 …inline void SetIntentName(const Aws::String& value) { m_intentNameHasBeenSet = true; m_intentName … in SetIntentName() function
157 …inline void SetIntentName(Aws::String&& value) { m_intentNameHasBeenSet = true; m_intentName = std… in SetIntentName() function
162 …inline void SetIntentName(const char* value) { m_intentNameHasBeenSet = true; m_intentName.assign(… in SetIntentName() function
167 …inline DialogAction& WithIntentName(const Aws::String& value) { SetIntentName(value); return *this… in WithIntentName()
172 …inline DialogAction& WithIntentName(Aws::String&& value) { SetIntentName(std::move(value)); return… in WithIntentName()
177 inline DialogAction& WithIntentName(const char* value) { SetIntentName(value); return *this;} in WithIntentName()
H A DIntentSummary.h60 …inline void SetIntentName(const Aws::String& value) { m_intentNameHasBeenSet = true; m_intentName … in SetIntentName() function
65 …inline void SetIntentName(Aws::String&& value) { m_intentNameHasBeenSet = true; m_intentName = std… in SetIntentName() function
70 …inline void SetIntentName(const char* value) { m_intentNameHasBeenSet = true; m_intentName.assign(… in SetIntentName() function
75 …inline IntentSummary& WithIntentName(const Aws::String& value) { SetIntentName(value); return *thi… in WithIntentName()
80 …inline IntentSummary& WithIntentName(Aws::String&& value) { SetIntentName(std::move(value)); retur… in WithIntentName()
85 inline IntentSummary& WithIntentName(const char* value) { SetIntentName(value); return *this;} in WithIntentName()
H A DPutSessionResult.h93 inline void SetIntentName(const Aws::String& value) { m_intentName = value; } in SetIntentName() function
98 inline void SetIntentName(Aws::String&& value) { m_intentName = std::move(value); } in SetIntentName() function
103 inline void SetIntentName(const char* value) { m_intentName.assign(value); } in SetIntentName() function
108 …inline PutSessionResult& WithIntentName(const Aws::String& value) { SetIntentName(value); return *… in WithIntentName()
113 …inline PutSessionResult& WithIntentName(Aws::String&& value) { SetIntentName(std::move(value)); re… in WithIntentName()
118 … inline PutSessionResult& WithIntentName(const char* value) { SetIntentName(value); return *this;} in WithIntentName()
H A DPostContentResult.h93 inline void SetIntentName(const Aws::String& value) { m_intentName = value; } in SetIntentName() function
98 inline void SetIntentName(Aws::String&& value) { m_intentName = std::move(value); } in SetIntentName() function
103 inline void SetIntentName(const char* value) { m_intentName.assign(value); } in SetIntentName() function
108 …inline PostContentResult& WithIntentName(const Aws::String& value) { SetIntentName(value); return … in WithIntentName()
113 …inline PostContentResult& WithIntentName(Aws::String&& value) { SetIntentName(std::move(value)); r… in WithIntentName()
118 … inline PostContentResult& WithIntentName(const char* value) { SetIntentName(value); return *this;} in WithIntentName()
H A DPostTextResult.h52 inline void SetIntentName(const Aws::String& value) { m_intentName = value; } in SetIntentName() function
57 inline void SetIntentName(Aws::String&& value) { m_intentName = std::move(value); } in SetIntentName() function
62 inline void SetIntentName(const char* value) { m_intentName.assign(value); } in SetIntentName() function
67 …inline PostTextResult& WithIntentName(const Aws::String& value) { SetIntentName(value); return *th… in WithIntentName()
72 …inline PostTextResult& WithIntentName(Aws::String&& value) { SetIntentName(std::move(value)); retu… in WithIntentName()
77 inline PostTextResult& WithIntentName(const char* value) { SetIntentName(value); return *this;} in WithIntentName()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lexv2-models/include/aws/lexv2-models/model/
H A DIntentSummary.h107 …inline void SetIntentName(const Aws::String& value) { m_intentNameHasBeenSet = true; m_intentName … in SetIntentName() function
112 …inline void SetIntentName(Aws::String&& value) { m_intentNameHasBeenSet = true; m_intentName = std… in SetIntentName() function
117 …inline void SetIntentName(const char* value) { m_intentNameHasBeenSet = true; m_intentName.assign(… in SetIntentName() function
122 …inline IntentSummary& WithIntentName(const Aws::String& value) { SetIntentName(value); return *thi… in WithIntentName()
127 …inline IntentSummary& WithIntentName(Aws::String&& value) { SetIntentName(std::move(value)); retur… in WithIntentName()
132 inline IntentSummary& WithIntentName(const char* value) { SetIntentName(value); return *this;} in WithIntentName()
H A DCreateIntentResult.h89 inline void SetIntentName(const Aws::String& value) { m_intentName = value; } in SetIntentName() function
94 inline void SetIntentName(Aws::String&& value) { m_intentName = std::move(value); } in SetIntentName() function
99 inline void SetIntentName(const char* value) { m_intentName.assign(value); } in SetIntentName() function
104 …inline CreateIntentResult& WithIntentName(const Aws::String& value) { SetIntentName(value); return… in WithIntentName()
109 …inline CreateIntentResult& WithIntentName(Aws::String&& value) { SetIntentName(std::move(value)); … in WithIntentName()
114 …inline CreateIntentResult& WithIntentName(const char* value) { SetIntentName(value); return *this;} in WithIntentName()
H A DCreateIntentRequest.h60 …inline void SetIntentName(const Aws::String& value) { m_intentNameHasBeenSet = true; m_intentName … in SetIntentName() function
66 …inline void SetIntentName(Aws::String&& value) { m_intentNameHasBeenSet = true; m_intentName = std… in SetIntentName() function
72 …inline void SetIntentName(const char* value) { m_intentNameHasBeenSet = true; m_intentName.assign(… in SetIntentName() function
78 …inline CreateIntentRequest& WithIntentName(const Aws::String& value) { SetIntentName(value); retur… in WithIntentName()
84 …inline CreateIntentRequest& WithIntentName(Aws::String&& value) { SetIntentName(std::move(value));… in WithIntentName()
90 …inline CreateIntentRequest& WithIntentName(const char* value) { SetIntentName(value); return *this… in WithIntentName()
H A DDescribeIntentResult.h90 inline void SetIntentName(const Aws::String& value) { m_intentName = value; } in SetIntentName() function
95 inline void SetIntentName(Aws::String&& value) { m_intentName = std::move(value); } in SetIntentName() function
100 inline void SetIntentName(const char* value) { m_intentName.assign(value); } in SetIntentName() function
105 …inline DescribeIntentResult& WithIntentName(const Aws::String& value) { SetIntentName(value); retu… in WithIntentName()
110 …inline DescribeIntentResult& WithIntentName(Aws::String&& value) { SetIntentName(std::move(value))… in WithIntentName()
115 …inline DescribeIntentResult& WithIntentName(const char* value) { SetIntentName(value); return *thi… in WithIntentName()
H A DUpdateIntentResult.h90 inline void SetIntentName(const Aws::String& value) { m_intentName = value; } in SetIntentName() function
95 inline void SetIntentName(Aws::String&& value) { m_intentName = std::move(value); } in SetIntentName() function
100 inline void SetIntentName(const char* value) { m_intentName.assign(value); } in SetIntentName() function
105 …inline UpdateIntentResult& WithIntentName(const Aws::String& value) { SetIntentName(value); return… in WithIntentName()
110 …inline UpdateIntentResult& WithIntentName(Aws::String&& value) { SetIntentName(std::move(value)); … in WithIntentName()
115 …inline UpdateIntentResult& WithIntentName(const char* value) { SetIntentName(value); return *this;} in WithIntentName()
H A DUpdateIntentRequest.h99 …inline void SetIntentName(const Aws::String& value) { m_intentNameHasBeenSet = true; m_intentName … in SetIntentName() function
104 …inline void SetIntentName(Aws::String&& value) { m_intentNameHasBeenSet = true; m_intentName = std… in SetIntentName() function
109 …inline void SetIntentName(const char* value) { m_intentNameHasBeenSet = true; m_intentName.assign(… in SetIntentName() function
114 …inline UpdateIntentRequest& WithIntentName(const Aws::String& value) { SetIntentName(value); retur… in WithIntentName()
119 …inline UpdateIntentRequest& WithIntentName(Aws::String&& value) { SetIntentName(std::move(value));… in WithIntentName()
124 …inline UpdateIntentRequest& WithIntentName(const char* value) { SetIntentName(value); return *this… in WithIntentName()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/
H A Dapi.go898 func (s *DialogAction) SetIntentName(v string) *DialogAction { func
1216 func (s *IntentSummary) SetIntentName(v string) *IntentSummary { func
1592 func (s *PostContentOutput) SetIntentName(v string) *PostContentOutput { func
1884 func (s *PostTextOutput) SetIntentName(v string) *PostTextOutput { func
2150 func (s *PutSessionOutput) SetIntentName(v string) *PutSessionOutput { func
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/
H A Dapi.go899 func (s *DialogAction) SetIntentName(v string) *DialogAction { func
1266 func (s *IntentSummary) SetIntentName(v string) *IntentSummary { func
1642 func (s *PostContentOutput) SetIntentName(v string) *PostContentOutput { func
1934 func (s *PostTextOutput) SetIntentName(v string) *PostTextOutput { func
2237 func (s *PutSessionOutput) SetIntentName(v string) *PutSessionOutput { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/
H A Dapi.go899 func (s *DialogAction) SetIntentName(v string) *DialogAction { func
1266 func (s *IntentSummary) SetIntentName(v string) *IntentSummary { func
1651 func (s *PostContentOutput) SetIntentName(v string) *PostContentOutput { func
1964 func (s *PostTextOutput) SetIntentName(v string) *PostTextOutput { func
2279 func (s *PutSessionOutput) SetIntentName(v string) *PutSessionOutput { func
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/
H A Dapi.go899 func (s *DialogAction) SetIntentName(v string) *DialogAction { func
1266 func (s *IntentSummary) SetIntentName(v string) *IntentSummary { func
1651 func (s *PostContentOutput) SetIntentName(v string) *PostContentOutput { func
1964 func (s *PostTextOutput) SetIntentName(v string) *PostTextOutput { func
2279 func (s *PutSessionOutput) SetIntentName(v string) *PutSessionOutput { func
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/
H A Dapi.go1135 func (s *DialogAction) SetIntentName(v string) *DialogAction { func
1529 func (s *IntentSummary) SetIntentName(v string) *IntentSummary { func
2237 func (s *PostContentOutput) SetIntentName(v string) *PostContentOutput { func
2597 func (s *PostTextOutput) SetIntentName(v string) *PostTextOutput { func
2684 func (s *PredictedIntent) SetIntentName(v string) *PredictedIntent { func
2963 func (s *PutSessionOutput) SetIntentName(v string) *PutSessionOutput { func
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/
H A Dapi.go1135 func (s *DialogAction) SetIntentName(v string) *DialogAction { func
1529 func (s *IntentSummary) SetIntentName(v string) *IntentSummary { func
2237 func (s *PostContentOutput) SetIntentName(v string) *PostContentOutput { func
2597 func (s *PostTextOutput) SetIntentName(v string) *PostTextOutput { func
2684 func (s *PredictedIntent) SetIntentName(v string) *PredictedIntent { func
2963 func (s *PutSessionOutput) SetIntentName(v string) *PutSessionOutput { func
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/
H A Dapi.go807 func (s *PostContentOutput) SetIntentName(v string) *PostContentOutput { func
1077 func (s *PostTextOutput) SetIntentName(v string) *PostTextOutput { func
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/
H A Dapi.go822 func (s *PostContentOutput) SetIntentName(v string) *PostContentOutput { func
1116 func (s *PostTextOutput) SetIntentName(v string) *PostTextOutput { func
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/
H A Dapi.go807 func (s *PostContentOutput) SetIntentName(v string) *PostContentOutput { func
1077 func (s *PostTextOutput) SetIntentName(v string) *PostTextOutput { 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.go822 func (s *PostContentOutput) SetIntentName(v string) *PostContentOutput { func
1116 func (s *PostTextOutput) SetIntentName(v string) *PostTextOutput { func
/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/
H A Dapi.go1267 func (s *DialogAction) SetIntentName(v string) *DialogAction { func
1674 func (s *IntentSummary) SetIntentName(v string) *IntentSummary { func
2459 func (s *PostContentOutput) SetIntentName(v string) *PostContentOutput { func
2847 func (s *PostTextOutput) SetIntentName(v string) *PostTextOutput { func
2934 func (s *PredictedIntent) SetIntentName(v string) *PredictedIntent { func
3264 func (s *PutSessionOutput) SetIntentName(v string) *PutSessionOutput { func
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/
H A Dapi.go1267 func (s *DialogAction) SetIntentName(v string) *DialogAction { func
1674 func (s *IntentSummary) SetIntentName(v string) *IntentSummary { func
2459 func (s *PostContentOutput) SetIntentName(v string) *PostContentOutput { func
2847 func (s *PostTextOutput) SetIntentName(v string) *PostTextOutput { func
2934 func (s *PredictedIntent) SetIntentName(v string) *PredictedIntent { func
3264 func (s *PutSessionOutput) SetIntentName(v string) *PutSessionOutput { func

1234