@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PostContactSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about the post-contact summary.
| Constructor and Description |
|---|
PostContactSummary() |
| Modifier and Type | Method and Description |
|---|---|
PostContactSummary |
clone() |
boolean |
equals(Object obj) |
String |
getContent()
The content of the summary.
|
String |
getFailureCode()
If the summary failed to be generated, one of the following failure codes occurs:
|
String |
getStatus()
Whether the summary was successfully COMPLETED or FAILED to be generated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setContent(String content)
The content of the summary.
|
void |
setFailureCode(String failureCode)
If the summary failed to be generated, one of the following failure codes occurs:
|
void |
setStatus(String status)
Whether the summary was successfully COMPLETED or FAILED to be generated.
|
String |
toString()
Returns a string representation of this object.
|
PostContactSummary |
withContent(String content)
The content of the summary.
|
PostContactSummary |
withFailureCode(PostContactSummaryFailureCode failureCode)
If the summary failed to be generated, one of the following failure codes occurs:
|
PostContactSummary |
withFailureCode(String failureCode)
If the summary failed to be generated, one of the following failure codes occurs:
|
PostContactSummary |
withStatus(PostContactSummaryStatus status)
Whether the summary was successfully COMPLETED or FAILED to be generated.
|
PostContactSummary |
withStatus(String status)
Whether the summary was successfully COMPLETED or FAILED to be generated.
|
public void setContent(String content)
The content of the summary.
content - The content of the summary.public String getContent()
The content of the summary.
public PostContactSummary withContent(String content)
The content of the summary.
content - The content of the summary.public void setStatus(String status)
Whether the summary was successfully COMPLETED or FAILED to be generated.
status - Whether the summary was successfully COMPLETED or FAILED to be generated.PostContactSummaryStatuspublic String getStatus()
Whether the summary was successfully COMPLETED or FAILED to be generated.
PostContactSummaryStatuspublic PostContactSummary withStatus(String status)
Whether the summary was successfully COMPLETED or FAILED to be generated.
status - Whether the summary was successfully COMPLETED or FAILED to be generated.PostContactSummaryStatuspublic PostContactSummary withStatus(PostContactSummaryStatus status)
Whether the summary was successfully COMPLETED or FAILED to be generated.
status - Whether the summary was successfully COMPLETED or FAILED to be generated.PostContactSummaryStatuspublic void setFailureCode(String failureCode)
If the summary failed to be generated, one of the following failure codes occurs:
QUOTA_EXCEEDED: The number of concurrent analytics jobs reached your service quota.
INSUFFICIENT_CONVERSATION_CONTENT: The conversation needs to have at least one turn from both the
participants in order to generate the summary.
FAILED_SAFETY_GUIDELINES: The generated summary cannot be provided because it failed to meet system
safety guidelines.
INVALID_ANALYSIS_CONFIGURATION: This code occurs when, for example, you're using a language that isn't supported by generative AI-powered post-contact summaries.
INTERNAL_ERROR: Internal system error.
failureCode - If the summary failed to be generated, one of the following failure codes occurs:
QUOTA_EXCEEDED: The number of concurrent analytics jobs reached your service quota.
INSUFFICIENT_CONVERSATION_CONTENT: The conversation needs to have at least one turn from both
the participants in order to generate the summary.
FAILED_SAFETY_GUIDELINES: The generated summary cannot be provided because it failed to meet
system safety guidelines.
INVALID_ANALYSIS_CONFIGURATION: This code occurs when, for example, you're using a language that isn't supported by generative AI-powered post-contact summaries.
INTERNAL_ERROR: Internal system error.
PostContactSummaryFailureCodepublic String getFailureCode()
If the summary failed to be generated, one of the following failure codes occurs:
QUOTA_EXCEEDED: The number of concurrent analytics jobs reached your service quota.
INSUFFICIENT_CONVERSATION_CONTENT: The conversation needs to have at least one turn from both the
participants in order to generate the summary.
FAILED_SAFETY_GUIDELINES: The generated summary cannot be provided because it failed to meet system
safety guidelines.
INVALID_ANALYSIS_CONFIGURATION: This code occurs when, for example, you're using a language that isn't supported by generative AI-powered post-contact summaries.
INTERNAL_ERROR: Internal system error.
QUOTA_EXCEEDED: The number of concurrent analytics jobs reached your service quota.
INSUFFICIENT_CONVERSATION_CONTENT: The conversation needs to have at least one turn from
both the participants in order to generate the summary.
FAILED_SAFETY_GUIDELINES: The generated summary cannot be provided because it failed to meet
system safety guidelines.
INVALID_ANALYSIS_CONFIGURATION: This code occurs when, for example, you're using a language that isn't supported by generative AI-powered post-contact summaries.
INTERNAL_ERROR: Internal system error.
PostContactSummaryFailureCodepublic PostContactSummary withFailureCode(String failureCode)
If the summary failed to be generated, one of the following failure codes occurs:
QUOTA_EXCEEDED: The number of concurrent analytics jobs reached your service quota.
INSUFFICIENT_CONVERSATION_CONTENT: The conversation needs to have at least one turn from both the
participants in order to generate the summary.
FAILED_SAFETY_GUIDELINES: The generated summary cannot be provided because it failed to meet system
safety guidelines.
INVALID_ANALYSIS_CONFIGURATION: This code occurs when, for example, you're using a language that isn't supported by generative AI-powered post-contact summaries.
INTERNAL_ERROR: Internal system error.
failureCode - If the summary failed to be generated, one of the following failure codes occurs:
QUOTA_EXCEEDED: The number of concurrent analytics jobs reached your service quota.
INSUFFICIENT_CONVERSATION_CONTENT: The conversation needs to have at least one turn from both
the participants in order to generate the summary.
FAILED_SAFETY_GUIDELINES: The generated summary cannot be provided because it failed to meet
system safety guidelines.
INVALID_ANALYSIS_CONFIGURATION: This code occurs when, for example, you're using a language that isn't supported by generative AI-powered post-contact summaries.
INTERNAL_ERROR: Internal system error.
PostContactSummaryFailureCodepublic PostContactSummary withFailureCode(PostContactSummaryFailureCode failureCode)
If the summary failed to be generated, one of the following failure codes occurs:
QUOTA_EXCEEDED: The number of concurrent analytics jobs reached your service quota.
INSUFFICIENT_CONVERSATION_CONTENT: The conversation needs to have at least one turn from both the
participants in order to generate the summary.
FAILED_SAFETY_GUIDELINES: The generated summary cannot be provided because it failed to meet system
safety guidelines.
INVALID_ANALYSIS_CONFIGURATION: This code occurs when, for example, you're using a language that isn't supported by generative AI-powered post-contact summaries.
INTERNAL_ERROR: Internal system error.
failureCode - If the summary failed to be generated, one of the following failure codes occurs:
QUOTA_EXCEEDED: The number of concurrent analytics jobs reached your service quota.
INSUFFICIENT_CONVERSATION_CONTENT: The conversation needs to have at least one turn from both
the participants in order to generate the summary.
FAILED_SAFETY_GUIDELINES: The generated summary cannot be provided because it failed to meet
system safety guidelines.
INVALID_ANALYSIS_CONFIGURATION: This code occurs when, for example, you're using a language that isn't supported by generative AI-powered post-contact summaries.
INTERNAL_ERROR: Internal system error.
PostContactSummaryFailureCodepublic String toString()
toString in class ObjectObject.toString()public PostContactSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.