Class: Aws::Types::PutBotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#abort_statementTypes::Statement

Returns the value of attribute abort_statement.

Returns:



733
734
735
# File 'sig/types.rbs', line 733

def abort_statement
  @abort_statement
end

#checksum::String

Returns the value of attribute checksum.

Returns:

  • (::String)


736
737
738
# File 'sig/types.rbs', line 736

def checksum
  @checksum
end

#child_directedBoolean

Returns the value of attribute child_directed.

Returns:

  • (Boolean)


739
740
741
# File 'sig/types.rbs', line 739

def child_directed
  @child_directed
end

#clarification_promptTypes::Prompt

Returns the value of attribute clarification_prompt.

Returns:



732
733
734
# File 'sig/types.rbs', line 732

def clarification_prompt
  @clarification_prompt
end

#create_versionBoolean

Returns the value of attribute create_version.

Returns:

  • (Boolean)


741
742
743
# File 'sig/types.rbs', line 741

def create_version
  @create_version
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


728
729
730
# File 'sig/types.rbs', line 728

def description
  @description
end

#detect_sentimentBoolean

Returns the value of attribute detect_sentiment.

Returns:

  • (Boolean)


740
741
742
# File 'sig/types.rbs', line 740

def detect_sentiment
  @detect_sentiment
end

#enable_model_improvementsBoolean

Returns the value of attribute enable_model_improvements.

Returns:

  • (Boolean)


730
731
732
# File 'sig/types.rbs', line 730

def enable_model_improvements
  @enable_model_improvements
end

#idle_session_ttl_in_seconds::Integer

Returns the value of attribute idle_session_ttl_in_seconds.

Returns:

  • (::Integer)


734
735
736
# File 'sig/types.rbs', line 734

def idle_session_ttl_in_seconds
  @idle_session_ttl_in_seconds
end

#intents::Array[Types::Intent]

Returns the value of attribute intents.

Returns:



729
730
731
# File 'sig/types.rbs', line 729

def intents
  @intents
end

#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")


738
739
740
# File 'sig/types.rbs', line 738

def locale
  @locale
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


727
728
729
# File 'sig/types.rbs', line 727

def name
  @name
end

#nlu_intent_confidence_threshold::Float

Returns the value of attribute nlu_intent_confidence_threshold.

Returns:

  • (::Float)


731
732
733
# File 'sig/types.rbs', line 731

def nlu_intent_confidence_threshold
  @nlu_intent_confidence_threshold
end

#process_behavior"SAVE", "BUILD"

Returns the value of attribute process_behavior.

Returns:

  • ("SAVE", "BUILD")


737
738
739
# File 'sig/types.rbs', line 737

def process_behavior
  @process_behavior
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



742
743
744
# File 'sig/types.rbs', line 742

def tags
  @tags
end

#voice_id::String

Returns the value of attribute voice_id.

Returns:

  • (::String)


735
736
737
# File 'sig/types.rbs', line 735

def voice_id
  @voice_id
end