ToCopyableBuilder<GetIntentsResponse.Builder,GetIntentsResponse>
@Generated("software.amazon.awssdk:codegen") public class GetIntentsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetIntentsResponse.Builder,GetIntentsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetIntentsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetIntentsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<IntentMetadata> |
intents() |
An array of
Intent objects. |
String |
nextToken() |
If the response is truncated, the response includes a pagination token that you can specify in your next request
to fetch the next page of intents.
|
static Class<? extends GetIntentsResponse.Builder> |
serializableBuilderClass() |
|
GetIntentsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<IntentMetadata> intents()
An array of Intent
objects. For more information, see .
Intent
objects. For more information, see .public String nextToken()
If the response is truncated, the response includes a pagination token that you can specify in your next request to fetch the next page of intents.
public GetIntentsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetIntentsResponse.Builder,GetIntentsResponse>
public static GetIntentsResponse.Builder builder()
public static Class<? extends GetIntentsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.