inlinedEmbedContentResponses

@CanIgnoreReturnValue()
public BatchJobDestination.Builder inlinedEmbedContentResponses(Array<InlinedEmbedContentResponse> inlinedEmbedContentResponses)

Setter for inlinedEmbedContentResponses.

inlinedEmbedContentResponses: The responses to the requests in the batch. Returned when the batch was built using inlined requests. The responses will be in the same order as the input requests.


@CanIgnoreReturnValue()
public BatchJobDestination.Builder inlinedEmbedContentResponses(Array<InlinedEmbedContentResponse.Builder> inlinedEmbedContentResponsesBuilders)

Setter for inlinedEmbedContentResponses builder.

inlinedEmbedContentResponses: The responses to the requests in the batch. Returned when the batch was built using inlined requests. The responses will be in the same order as the input requests.