Interface PostContactSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PostContactSummary.Builder,PostContactSummary>,SdkBuilder<PostContactSummary.Builder,PostContactSummary>,SdkPojo
- Enclosing class:
- PostContactSummary
public static interface PostContactSummary.Builder extends SdkPojo, CopyableBuilder<PostContactSummary.Builder,PostContactSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PostContactSummary.Buildercontent(String content)The content of the summary.PostContactSummary.BuilderfailureCode(String failureCode)If the summary failed to be generated, one of the following failure codes occurs:PostContactSummary.BuilderfailureCode(PostContactSummaryFailureCode failureCode)If the summary failed to be generated, one of the following failure codes occurs:PostContactSummary.Builderstatus(String status)Whether the summary was successfully COMPLETED or FAILED to be generated.PostContactSummary.Builderstatus(PostContactSummaryStatus status)Whether the summary was successfully COMPLETED or FAILED to be generated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
content
PostContactSummary.Builder content(String content)
The content of the summary.
- Parameters:
content- The content of the summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
PostContactSummary.Builder status(String status)
Whether the summary was successfully COMPLETED or FAILED to be generated.
- Parameters:
status- Whether the summary was successfully COMPLETED or FAILED to be generated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PostContactSummaryStatus,PostContactSummaryStatus
-
status
PostContactSummary.Builder status(PostContactSummaryStatus status)
Whether the summary was successfully COMPLETED or FAILED to be generated.
- Parameters:
status- Whether the summary was successfully COMPLETED or FAILED to be generated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PostContactSummaryStatus,PostContactSummaryStatus
-
failureCode
PostContactSummary.Builder failureCode(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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PostContactSummaryFailureCode,PostContactSummaryFailureCode
-
-
failureCode
PostContactSummary.Builder failureCode(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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PostContactSummaryFailureCode,PostContactSummaryFailureCode
-
-
-