Uses of Class
software.amazon.awssdk.services.qbusiness.model.SourceAttribution
-
Packages that use SourceAttribution Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of SourceAttribution in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type SourceAttribution Modifier and Type Method Description List<SourceAttribution>Message. sourceAttribution()The source documents used to generate Amazon Q web experience message.List<SourceAttribution>ChatSyncResponse. sourceAttributions()The source documents used to generate the conversation response.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type SourceAttribution Modifier and Type Method Description Message.BuilderMessage.Builder. sourceAttribution(SourceAttribution... sourceAttribution)The source documents used to generate Amazon Q web experience message.ChatSyncResponse.BuilderChatSyncResponse.Builder. sourceAttributions(SourceAttribution... sourceAttributions)The source documents used to generate the conversation response.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type SourceAttribution Modifier and Type Method Description Message.BuilderMessage.Builder. sourceAttribution(Collection<SourceAttribution> sourceAttribution)The source documents used to generate Amazon Q web experience message.ChatSyncResponse.BuilderChatSyncResponse.Builder. sourceAttributions(Collection<SourceAttribution> sourceAttributions)The source documents used to generate the conversation response.
-