Skip to main content

SuggestionUpsertInput

Autogenerated input type of SuggestionUpsert

input SuggestionUpsertInput {
clientMutationId: String
conversationId: ID!
suggestionId: ID
suggestionType: AiConversationSuggestionType!
}

Fields

SuggestionUpsertInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

SuggestionUpsertInput.conversationId ● ID! non-null scalar common

The ID of the conversation.

SuggestionUpsertInput.suggestionId ● ID scalar common

The ID of the suggestion to update

SuggestionUpsertInput.suggestionType ● AiConversationSuggestionType! non-null enum common

The type of the suggestion to create or update

Member of

aiConversationSuggestionUpsert mutation