Values.DeleteChatResponseConfigurationRequestSourceDeletes a specified chat response configuration from an Amazon Q Business application.
type nonrec t = {applicationId : ApplicationId.t;The unique identifier of theAmazon Q Business application from which to delete the chat response configuration.
*)chatResponseConfigurationId : ChatResponseConfigurationId.t;The unique identifier of the chat response configuration to delete from the specified application.
*)}val make :
applicationId:ApplicationId.t ->
chatResponseConfigurationId:ChatResponseConfigurationId.t ->
unit ->
t