Interface IssueLocation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IssueLocation.Builder,,IssueLocation> SdkBuilder<IssueLocation.Builder,,IssueLocation> SdkPojo
- Enclosing class:
IssueLocation
@Mutable
@NotThreadSafe
public static interface IssueLocation.Builder
extends SdkPojo, CopyableBuilder<IssueLocation.Builder,IssueLocation>
-
Method Summary
Modifier and TypeMethodDescriptionThe locale identifier where the issue was found.The intent identifier where the issue was found, if applicable.The slot identifier where the issue was found, if applicable.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
botLocale
The locale identifier where the issue was found.
- Parameters:
botLocale- The locale identifier where the issue was found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
intentId
The intent identifier where the issue was found, if applicable.
- Parameters:
intentId- The intent identifier where the issue was found, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
slotId
The slot identifier where the issue was found, if applicable.
- Parameters:
slotId- The slot identifier where the issue was found, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-