class Aws::ConnectWisdomService::Types::GetSessionRequest

@note When making an API call, you may pass GetSessionRequest

data as a hash:

    {
      assistant_id: "UuidOrArn", # required
      session_id: "UuidOrArn", # required
    }

@!attribute [rw] assistant_id

The identifier of the Wisdom assistant. Can be either the ID or the
ARN. URLs cannot contain the ARN.
@return [String]

@!attribute [rw] session_id

The identifier of the session. Can be either the ID or the ARN. URLs
cannot contain the ARN.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/GetSessionRequest AWS API Documentation

Constants

SENSITIVE