/AWS1/CL_QQCPUTFEEDBACKRSP¶
PutFeedbackResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_assistantid
TYPE /AWS1/QQCUUID
/AWS1/QQCUUID
¶
The identifier of the Amazon Q in Connect assistant.
iv_assistantarn
TYPE /AWS1/QQCUUIDORARN
/AWS1/QQCUUIDORARN
¶
The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
iv_targetid
TYPE /AWS1/QQCUUID
/AWS1/QQCUUID
¶
The identifier of the feedback target.
iv_targettype
TYPE /AWS1/QQCTARGETTYPE
/AWS1/QQCTARGETTYPE
¶
The type of the feedback target.
io_contentfeedback
TYPE REF TO /AWS1/CL_QQCCONTFEEDBACKDATA
/AWS1/CL_QQCCONTFEEDBACKDATA
¶
Information about the feedback provided.
Queryable Attributes¶
assistantId¶
The identifier of the Amazon Q in Connect assistant.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ASSISTANTID() |
Getter for ASSISTANTID, with configurable default |
ASK_ASSISTANTID() |
Getter for ASSISTANTID w/ exceptions if field has no value |
HAS_ASSISTANTID() |
Determine if ASSISTANTID has a value |
assistantArn¶
The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ASSISTANTARN() |
Getter for ASSISTANTARN, with configurable default |
ASK_ASSISTANTARN() |
Getter for ASSISTANTARN w/ exceptions if field has no value |
HAS_ASSISTANTARN() |
Determine if ASSISTANTARN has a value |
targetId¶
The identifier of the feedback target.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TARGETID() |
Getter for TARGETID, with configurable default |
ASK_TARGETID() |
Getter for TARGETID w/ exceptions if field has no value |
HAS_TARGETID() |
Determine if TARGETID has a value |
targetType¶
The type of the feedback target.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TARGETTYPE() |
Getter for TARGETTYPE, with configurable default |
ASK_TARGETTYPE() |
Getter for TARGETTYPE w/ exceptions if field has no value |
HAS_TARGETTYPE() |
Determine if TARGETTYPE has a value |
contentFeedback¶
Information about the feedback provided.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONTENTFEEDBACK() |
Getter for CONTENTFEEDBACK |