Class: Aws::ConnectCases::Types::CommentContent

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb

Overview

Represents the content of a Comment to be returned to agents.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

Text in the body of a Comment on a case.

Returns:

  • (String)


333
334
335
336
337
338
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 333

class CommentContent < Struct.new(
  :body,
  :content_type)
  SENSITIVE = []
  include Aws::Structure
end

#content_typeString

Type of the text in the box of a Comment on a case.

Returns:

  • (String)


333
334
335
336
337
338
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 333

class CommentContent < Struct.new(
  :body,
  :content_type)
  SENSITIVE = []
  include Aws::Structure
end