Lines Matching defs:ListIntentsInput

2900 func (c *LexModelsV2) ListIntentsRequest(input *ListIntentsInput) (req *request.Request, output *Li…
2943 func (c *LexModelsV2) ListIntents(input *ListIntentsInput) (*ListIntentsOutput, error) {
2957 func (c *LexModelsV2) ListIntentsWithContext(ctx aws.Context, input *ListIntentsInput, opts ...requ…
2981 func (c *LexModelsV2) ListIntentsPages(input *ListIntentsInput, fn func(*ListIntentsOutput, bool) b…
2992 func (c *LexModelsV2) ListIntentsPagesWithContext(ctx aws.Context, input *ListIntentsInput, fn func…
11347 type ListIntentsInput struct { struct
11348 _ struct{} `type:"structure"`
11353 BotId *string `location:"uri" locationName:"botId" min:"10" type:"string" required:"true"`
11358 BotVersion *string `location:"uri" locationName:"botVersion" min:"1" type:"string" required:"true"`
11363 Filters []*IntentFilter `locationName:"filters" min:"1" type:"list"`
11370 LocaleId *string `location:"uri" locationName:"localeId" type:"string" required:"true"`
11375 MaxResults *int64 `locationName:"maxResults" min:"1" type:"integer"`
11380 NextToken *string `locationName:"nextToken" type:"string"`
11385 SortBy *IntentSortBy `locationName:"sortBy" type:"structure"`
11389 func (s ListIntentsInput) String() string {
11394 func (s ListIntentsInput) GoString() string {
11399 func (s *ListIntentsInput) Validate() error {
11448 func (s *ListIntentsInput) SetBotId(v string) *ListIntentsInput {
11454 func (s *ListIntentsInput) SetBotVersion(v string) *ListIntentsInput {
11460 func (s *ListIntentsInput) SetFilters(v []*IntentFilter) *ListIntentsInput {
11466 func (s *ListIntentsInput) SetLocaleId(v string) *ListIntentsInput {
11472 func (s *ListIntentsInput) SetMaxResults(v int64) *ListIntentsInput {
11478 func (s *ListIntentsInput) SetNextToken(v string) *ListIntentsInput {
11484 func (s *ListIntentsInput) SetSortBy(v *IntentSortBy) *ListIntentsInput {