Class: Aws::Types::GetBuiltinIntentsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#locale"de-DE", ...

Returns the value of attribute locale.

Returns:

  • ("de-DE", "en-AU", "en-GB", "en-IN", "en-US", "es-419", "es-ES", "es-US", "fr-FR", "fr-CA", "it-IT", "ja-JP", "ko-KR")


375
376
377
# File 'sig/types.rbs', line 375

def locale
  @locale
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


378
379
380
# File 'sig/types.rbs', line 378

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


377
378
379
# File 'sig/types.rbs', line 377

def next_token
  @next_token
end

#signature_contains::String

Returns the value of attribute signature_contains.

Returns:

  • (::String)


376
377
378
# File 'sig/types.rbs', line 376

def signature_contains
  @signature_contains
end