class Aws::ConnectWisdomService::Types::CreateSessionRequest

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

data as a hash:

    {
      assistant_id: "UuidOrArn", # required
      client_token: "ClientToken",
      description: "Description",
      name: "Name", # required
      tags: {
        "TagKey" => "TagValue",
      },
    }

@!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] client_token

A unique, case-sensitive identifier that you provide to ensure the
idempotency of the request.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] description

The description.
@return [String]

@!attribute [rw] name

The name of the session.
@return [String]

@!attribute [rw] tags

The tags used to organize, track, or control access for this
resource.
@return [Hash<String,String>]

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

Constants

SENSITIVE