Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@ type ClaimIntentStepContentDeflection {
content: ClaimIntentStepContentDeflectionInfoBlock!
faq: [ClaimIntentStepContentDeflectionInfoBlock!]!
buttonTitle: String!
simplePartners: [ClaimIntentStepContentDeflectionSimplePartner!]!
}
type ClaimIntentStepContentDeflectionInfoBlock {
title: String!
Expand All @@ -715,6 +716,10 @@ type ClaimIntentStepContentDeflectionPartner {
url: Url
urlButtonTitle: String
}
type ClaimIntentStepContentDeflectionSimplePartner {
url: Url!
urlButtonTitle: String!
}
"""
A file upload can be used to prompt the user to upload several files.
Submitted using `Mutation.claimIntentSubmitFileUpload`.
Expand Down
Loading