Values.GetChatResponseConfigurationRequestSourceRetrieves detailed information about a specific chat response configuration from an Amazon Q Business application. This operation returns the complete configuration settings and metadata.
type nonrec t = {applicationId : ApplicationId.t;The unique identifier of the Amazon Q Business application containing the chat response configuration to retrieve.
*)chatResponseConfigurationId : ChatResponseConfigurationId.t;The unique identifier of the chat response configuration to retrieve from the specified application.
*)}val make :
applicationId:ApplicationId.t ->
chatResponseConfigurationId:ChatResponseConfigurationId.t ->
unit ->
t