> ## Documentation Index
> Fetch the complete documentation index at: https://baileys.wiki/llms.txt
> Use this file to discover all available pages before exploring further.

# IBotSuggestedPromptMetadata

> Protobuf interface IBotSuggestedPromptMetadata generated from WAProto.

Defined in: [WAProto/index.d.ts:2218](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L2218)

## Properties

### promptSuggestions?

> `optional` **promptSuggestions**: `null` | [`IBotPromptSuggestions`](/proto-reference/interfaces/IBotPromptSuggestions)

Defined in: [WAProto/index.d.ts:2221](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L2221)

***

### selectedPromptId?

> `optional` **selectedPromptId**: `null` | `string`

Defined in: [WAProto/index.d.ts:2222](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L2222)

***

### selectedPromptIndex?

> `optional` **selectedPromptIndex**: `null` | `number`

Defined in: [WAProto/index.d.ts:2220](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L2220)

***

### suggestedPrompts?

> `optional` **suggestedPrompts**: `null` | `string`\[]

Defined in: [WAProto/index.d.ts:2219](https://github.com/WhiskeySockets/Baileys/blob/master/WAProto/index.d.ts#L2219)
