Class: Aws::Types::CreateSessionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#ai_agent_configuration::Hash[("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION"), Types::AIAgentConfigurationData]

Returns the value of attribute ai_agent_configuration.

Returns:



825
826
827
# File 'sig/types.rbs', line 825

def ai_agent_configuration
  @ai_agent_configuration
end

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:



820
821
822
# File 'sig/types.rbs', line 820

def assistant_id
  @assistant_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:



819
820
821
# File 'sig/types.rbs', line 819

def client_token
  @client_token
end

#contact_arn::String

Returns the value of attribute contact_arn.

Returns:



826
827
828
# File 'sig/types.rbs', line 826

def contact_arn
  @contact_arn
end

#description::String

Returns the value of attribute description.

Returns:



822
823
824
# File 'sig/types.rbs', line 822

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:



821
822
823
# File 'sig/types.rbs', line 821

def name
  @name
end

#orchestrator_configuration_list::Array[Types::OrchestratorConfigurationEntry]

Returns the value of attribute orchestrator_configuration_list.

Returns:



827
828
829
# File 'sig/types.rbs', line 827

def orchestrator_configuration_list
  @orchestrator_configuration_list
end

#remove_orchestrator_configuration_listBoolean

Returns the value of attribute remove_orchestrator_configuration_list.

Returns:



828
829
830
# File 'sig/types.rbs', line 828

def remove_orchestrator_configuration_list
  @remove_orchestrator_configuration_list
end

#tag_filterTypes::TagFilter

Returns the value of attribute tag_filter.

Returns:



824
825
826
# File 'sig/types.rbs', line 824

def tag_filter
  @tag_filter
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



823
824
825
# File 'sig/types.rbs', line 823

def tags
  @tags
end